big update

This commit is contained in:
unknown
2012-05-13 18:51:08 +03:00
parent 185227c5d2
commit 10df3e2068
24 changed files with 336 additions and 115 deletions
+2
View File
@@ -890,6 +890,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%mdata` (
`archived` tinyint(1) unsigned NOT NULL,
`send` tinyint(1) unsigned NOT NULL,
`time` int(11) unsigned NOT NULL DEFAULT '0',
`deltarget` int(10) unsigned NOT NULL,
`delowner` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;