summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-10 23:13:22 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-10 23:13:22 +0000
commit9a566c51cdda646804caf88578d657a9c643fe3c (patch)
tree194527d3a539308877230a9f066160bd22f4c1eb /db
parentd6ec21fbc6d6f2d75c010075998d163809e89546 (diff)
parent9a8095079dc602c7f2b74e48237445d682844de6 (diff)
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'db')
-rw-r--r--db/laconica_pg.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql
index f879d7936..a27a616f2 100644
--- a/db/laconica_pg.sql
+++ b/db/laconica_pg.sql
@@ -291,6 +291,8 @@ create table foreign_link (
noticesync int not null default 1 /* comment 'notice synchronisation, bit 1 = sync outgoing, bit 2 = sync incoming, bit 3 = filter local replies' */,
friendsync int not null default 2 /* comment 'friend synchronisation, bit 1 = sync outgoing, bit 2 = sync incoming */,
profilesync int not null default 1 /* comment 'profile synchronization, bit 1 = sync outgoing, bit 2 = sync incoming' */,
+ last_noticesync timestamp default null /* comment 'last time notices were imported' */,
+ last_friendsync timestamp default null /* comment 'last time friends were imported' */,
created timestamp not null default CURRENT_TIMESTAMP /* comment 'date this record was created' */,
modified timestamp /* comment 'date this record was modified' */,