From 4edea6643ccc8e4530613de907ea2e1346358593 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 May 2012 15:16:12 +0300 Subject: [PATCH] forgot somthing in sql.sql --- install/data/sql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/data/sql.sql b/install/data/sql.sql index 1ae441b7..757c7525 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -958,6 +958,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%ndata` ( `time` int(10) unsigned NOT NULL, `viewed` tinyint(1) unsigned NOT NULL, `archive` tinyint(1) unsigned NOT NULL, + `del` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;