From b44559ac28ed57ee3f1c31e2406b4de59b91011b Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 16 Nov 2011 22:06:43 +0100 Subject: Added 'read_by_admin' property to class Comment. --- ratatoeskr/setup/create_tables.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr/setup/create_tables.php') diff --git a/ratatoeskr/setup/create_tables.php b/ratatoeskr/setup/create_tables.php index cdb5a64..1be8855 100644 --- a/ratatoeskr/setup/create_tables.php +++ b/ratatoeskr/setup/create_tables.php @@ -34,6 +34,7 @@ CREATE TABLE `PREFIX_comments` ( `text` text COLLATE utf8_unicode_ci NOT NULL, `timestamp` bigint(20) NOT NULL, `visible` tinyint(4) NOT NULL, + `read_by_admin` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- cgit v1.2.3-54-g00ecf