From f2b184ecb946334afe47c9113e19f9e18cb4105e Mon Sep 17 00:00:00 2001 From: BrainiacX Date: Sat, 7 Apr 2012 18:17:09 +0400 Subject: [PATCH] Update install/data/sql.sql --- install/data/sql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/data/sql.sql b/install/data/sql.sql index 75798d01..2f819f25 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -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`)