From ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 Mon Sep 17 00:00:00 2001 From: Shido Date: Fri, 30 May 2014 10:15:22 +0800 Subject: Updated sql-upgrade files. --- sql-files/upgrades/2013-10-30--19-53.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql-files/upgrades/2013-10-30--19-53.sql') diff --git a/sql-files/upgrades/2013-10-30--19-53.sql b/sql-files/upgrades/2013-10-30--19-53.sql index 6bff8eaa5..6e89015e9 100644 --- a/sql-files/upgrades/2013-10-30--19-53.sql +++ b/sql-files/upgrades/2013-10-30--19-53.sql @@ -1,5 +1,5 @@ #1383162785 -ALTER TABLE `account_data` ADD `base_exp` TINYINT( 4 ) UNSIGNED NOT NULL default '100'; -ALTER TABLE `account_data` ADD `base_drop` TINYINT( 4 ) UNSIGNED NOT NULL default '100'; -ALTER TABLE `account_data` ADD `base_death` TINYINT( 4 ) UNSIGNED NOT NULL default '100'; +ALTER TABLE `account_data` ADD `base_exp` TINYINT(4) UNSIGNED NOT NULL DEFAULT '100'; +ALTER TABLE `account_data` ADD `base_drop` TINYINT(4) UNSIGNED NOT NULL DEFAULT '100'; +ALTER TABLE `account_data` ADD `base_death` TINYINT(4) UNSIGNED NOT NULL DEFAULT '100'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785); -- cgit v1.2.3-70-g09d2