mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 06:37:15 +00:00
Merge pull request #6 from BrainiacX/patch-5
Update install/data/sql.sql
This commit is contained in:
@@ -948,6 +948,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%movement` (
|
|||||||
`from` int(11) unsigned NOT NULL DEFAULT '0',
|
`from` int(11) unsigned NOT NULL DEFAULT '0',
|
||||||
`to` int(11) unsigned NOT NULL DEFAULT '0',
|
`to` int(11) unsigned NOT NULL DEFAULT '0',
|
||||||
`ref` 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',
|
`endtime` int(11) unsigned NOT NULL DEFAULT '0',
|
||||||
`proc` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
`proc` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`moveid`)
|
PRIMARY KEY (`moveid`)
|
||||||
|
|||||||
Reference in New Issue
Block a user