mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-01 08:07:14 +00:00
fix reports
This commit is contained in:
@@ -1059,8 +1059,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%ndata` (
|
|||||||
`data` text NULL,
|
`data` text NULL,
|
||||||
`time` int(11) NULL,
|
`time` int(11) NULL,
|
||||||
`viewed` tinyint(1) NULL,
|
`viewed` tinyint(1) NULL,
|
||||||
`archive` tinyint(1) NULL,
|
`archive` tinyint(1) NULL DEFAULT '0',
|
||||||
`del` tinyint(1) NULL,
|
`del` tinyint(1) NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user