Merge pull request #6 from BrainiacX/patch-5

Update install/data/sql.sql
This commit is contained in:
yi12345
2012-04-07 07:24:43 -07:00
+1
View File
@@ -948,6 +948,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%movement` (
`from` int(11) unsigned NOT NULL DEFAULT '0',
`to` int(11) unsigned NOT NULL DEFAULT '0',
`ref` int(11) unsigned NOT NULL DEFAULT '0',
`starttime` int(11) unsigned NOT NULL DEFAULT '0',
`endtime` int(11) unsigned NOT NULL DEFAULT '0',
`proc` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`moveid`)