From b38d50341b83d188b5c33a3bcd0e9401ba042156 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 23 Jun 2015 08:54:51 +0300 Subject: [PATCH] fix reports --- install/data/sql_good.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/data/sql_good.sql b/install/data/sql_good.sql index 16f1d38a..05c85bf8 100644 --- a/install/data/sql_good.sql +++ b/install/data/sql_good.sql @@ -1059,8 +1059,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%ndata` ( `data` text NULL, `time` int(11) NULL, `viewed` tinyint(1) NULL, - `archive` tinyint(1) NULL, - `del` tinyint(1) NULL, + `archive` tinyint(1) NULL DEFAULT '0', + `del` tinyint(1) NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;