diff options
author | jaBote <j@bot.e> | 2013-04-29 01:22:05 +0200 |
---|---|---|
committer | jaBote <j@bot.e> | 2013-04-29 01:22:05 +0200 |
commit | f41dea469a52213acfde4f4ea5e8d7bbbd869bed (patch) | |
tree | fabe610d2557f7274f667a9a17a84a4ff35c072a /sql-files/upgrades/2013-04-16--02-15.sql | |
parent | b9431998463f5c072bdd38df18bbb6210c7e3297 (diff) | |
parent | 53e5fbb299a72bbdab9859e948aca3b355afeb1a (diff) | |
download | hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.gz hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.bz2 hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.xz hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'sql-files/upgrades/2013-04-16--02-15.sql')
-rw-r--r-- | sql-files/upgrades/2013-04-16--02-15.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2013-04-16--02-15.sql b/sql-files/upgrades/2013-04-16--02-15.sql index 8d051421f..771bd6ec2 100644 --- a/sql-files/upgrades/2013-04-16--02-15.sql +++ b/sql-files/upgrades/2013-04-16--02-15.sql @@ -1,4 +1,4 @@ #1366078541 -ALTER TABLE `char` ADD `char_opt` INT( 11 ) UNSIGNED NOT NULL; +ALTER TABLE `char` ADD `char_opt` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1366075474);#for the previous that missed it.. INSERT INTO `sql_updates` (`timestamp`) VALUES (1366078541);
\ No newline at end of file |