summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-10-10--16-36.sql
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-07-11 08:41:12 +0200
committerHaruna <haru@dotalux.com>2014-07-11 08:41:12 +0200
commit3f3f2e7ec09087b57148a0fb229de26293c5a462 (patch)
tree704907b1dc2294c554939e495a7317fc3aa1ef8f /sql-files/upgrades/2013-10-10--16-36.sql
parentcc4c87c6e9bb0a7af9e380400a95eb00c3905918 (diff)
parentef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 (diff)
downloadhercules-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-10-10--16-36.sql')
-rw-r--r--sql-files/upgrades/2013-10-10--16-36.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql-files/upgrades/2013-10-10--16-36.sql b/sql-files/upgrades/2013-10-10--16-36.sql
index 764e632aa..88db7609e 100644
--- a/sql-files/upgrades/2013-10-10--16-36.sql
+++ b/sql-files/upgrades/2013-10-10--16-36.sql
@@ -1,7 +1,7 @@
#1381423003
CREATE TABLE IF NOT EXISTS `account_data` (
- `account_id` int(11) unsigned NOT NULL default '0',
- `bank_vault` int(11) unsigned NOT NULL default '0',
- PRIMARY KEY (`account_id`)
+ `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',
+ `bank_vault` INT(11) UNSIGNED NOT NULL DEFAULT '0',
+ PRIMARY KEY (`account_id`)
) ENGINE=MyISAM;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381423003);