X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FDeleted_notice.php;h=23bbea1bab4525279740bdd6b679e31c23f68352;hb=604ed1fd9a25825aff16a0e7f63279c069881eaa;hp=a9167f19a48ee2c5069123567562dfcc13d1e70f;hpb=9ad9b91efb7cdfe83111158219f695ad58b5d946;p=quix0rs-gnu-social.git diff --git a/classes/Deleted_notice.php b/classes/Deleted_notice.php index a9167f19a4..23bbea1bab 100644 --- a/classes/Deleted_notice.php +++ b/classes/Deleted_notice.php @@ -17,30 +17,21 @@ * along with this program. If not, see . */ -if (!defined('STATUSNET')) { - exit(1); -} +if (!defined('GNUSOCIAL')) { exit(1); } /** - * Table Definition for notice + * Table Definition for deleted_notice */ -require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; class Deleted_notice extends Managed_DataObject { - ###START_AUTOCODE - /* the code below is auto generated do not remove the above tag */ - - public $__table = 'deleted_notice'; // table name + public $__table = 'deleted_notice'; // table name public $id; // int(4) primary_key not_null public $profile_id; // int(4) not_null public $uri; // varchar(191) unique_key not 255 because utf8mb4 takes more space public $created; // datetime() not_null public $deleted; // datetime() not_null - /* the code above is auto generated do not remove the tag below */ - ###END_AUTOCODE - public static function schemaDef() { return array(