diff options
Diffstat (limited to 'ratatoeskr/setup')
-rw-r--r-- | ratatoeskr/setup/create_tables.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |