summaryrefslogtreecommitdiff
path: root/classes/Foreign_link.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-04-28 17:08:20 -0700
committerZach Copley <zach@controlyourself.ca>2009-04-28 17:08:20 -0700
commitf798d1ea430d25c2f4a60179c65b39b1257a5340 (patch)
tree6c6f04470035ce01d0cc7306b0d2f85666b7826d /classes/Foreign_link.php
parent54795f2c41d1c19a441550146793ac63aed2f673 (diff)
Added dirty dates to Foreign_link
Diffstat (limited to 'classes/Foreign_link.php')
-rw-r--r--classes/Foreign_link.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/Foreign_link.php b/classes/Foreign_link.php
index 5d9c82a85..606560951 100644
--- a/classes/Foreign_link.php
+++ b/classes/Foreign_link.php
@@ -17,6 +17,8 @@ class Foreign_link extends Memcached_DataObject
public $noticesync; // tinyint(1) not_null default_1
public $friendsync; // tinyint(1) not_null default_2
public $profilesync; // tinyint(1) not_null default_1
+ public $last_noticesync; // datetime()
+ public $last_friendsync; // datetime()
public $created; // datetime() not_null
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP