summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-10-10--16-36.sql
diff options
context:
space:
mode:
authorShido <the.keikun@gmail.com>2014-05-30 10:15:22 +0800
committerShido <the.keikun@gmail.com>2014-07-10 23:53:22 +0800
commitef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 (patch)
tree4275b120e38e50849437fc9f77f12f71993348fd /sql-files/upgrades/2013-10-10--16-36.sql
parent3213a3b913ce11c6466f94388e3853232673c45b (diff)
downloadhercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.tar.gz
hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.tar.bz2
hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.tar.xz
hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.zip
Updated sql-upgrade 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);