]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
PostgreSQL - added dirty dates to Foreign_link - see 3e7b1e69e3e97ac007465376b62084f1...
authorCiaranG <ciaran@ciarang.com>
Fri, 8 May 2009 07:14:50 +0000 (08:14 +0100)
committerCiaranG <ciaran@ciarang.com>
Fri, 8 May 2009 07:14:50 +0000 (08:14 +0100)
db/laconica_pg.sql

index f879d7936ff1c83cf62957c9d9155de84a0abf7c..a27a616f2490875bc9a9573b97baaa0668548af4 100644 (file)
@@ -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' */,\r
      friendsync int not null default 2 /* comment 'friend synchronisation, bit 1 = sync outgoing, bit 2 = sync incoming */, \r
      profilesync int not null default 1 /* comment 'profile synchronization, bit 1 = sync outgoing, bit 2 = sync incoming' */,\r
+     last_noticesync timestamp default null /* comment 'last time notices were imported' */,\r
+     last_friendsync timestamp default null /* comment 'last time friends were imported' */,\r
      created timestamp not null default CURRENT_TIMESTAMP /* comment 'date this record was created' */,\r
      modified timestamp /* comment 'date this record was modified' */,\r
 \r