]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Deleted_notice variable specification fixed
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 8 Oct 2015 11:20:17 +0000 (13:20 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 8 Oct 2015 11:20:17 +0000 (13:20 +0200)
plugins/ActivityModeration/classes/Deleted_notice.php

index ff1b56e2738fbb8a2acb7f53e98a3bfb6b2ec647..2dc16b827fe80de89b2679482860acc1bdb3024a 100644 (file)
@@ -30,8 +30,8 @@ class Deleted_notice extends Managed_DataObject
     public $profile_id;                      // int(4)   not_null
     public $uri;                             // varchar(191)  unique_key   not 255 because utf8mb4 takes more space
     public $act_uri;                         // varchar(191)  unique_key   not 255 because utf8mb4 takes more space
+    public $act_created;                     // datetime()   not_null
     public $created;                         // datetime()   not_null
-    public $deleted;                         // datetime()   not_null
 
     public static function schemaDef()
     {