diff options
author | Haruna <haru@dotalux.com> | 2014-07-11 08:41:12 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2014-07-11 08:41:12 +0200 |
commit | 3f3f2e7ec09087b57148a0fb229de26293c5a462 (patch) | |
tree | 704907b1dc2294c554939e495a7317fc3aa1ef8f /sql-files/upgrades/2013-11-16--07-49.sql | |
parent | cc4c87c6e9bb0a7af9e380400a95eb00c3905918 (diff) | |
parent | ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 (diff) | |
download | hercules-3f3f2e7ec09087b57148a0fb229de26293c5a462.tar.gz hercules-3f3f2e7ec09087b57148a0fb229de26293c5a462.tar.bz2 hercules-3f3f2e7ec09087b57148a0fb229de26293c5a462.tar.xz hercules-3f3f2e7ec09087b57148a0fb229de26293c5a462.zip |
Merge pull request #286 from MrKeiKun/fix/organize_sql_files
Fix/organize sql files
Diffstat (limited to 'sql-files/upgrades/2013-11-16--07-49.sql')
-rw-r--r-- | sql-files/upgrades/2013-11-16--07-49.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2013-11-16--07-49.sql b/sql-files/upgrades/2013-11-16--07-49.sql index 15c740fd0..fce74aab1 100644 --- a/sql-files/upgrades/2013-11-16--07-49.sql +++ b/sql-files/upgrades/2013-11-16--07-49.sql @@ -1,3 +1,3 @@ #1384588175 -ALTER TABLE `char` ADD COLUMN `unban_time` int(11) unsigned NOT NULL default '0'; +ALTER TABLE `char` ADD COLUMN `unban_time` INT(11) UNSIGNED NOT NULL DEFAULT '0'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1384588175); |