mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 00:54:31 +00:00
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',
|
||||
`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`)
|
||||
|
||||
Reference in New Issue
Block a user