diff options
author | panikon <panikon@zoho.com> | 2014-03-25 20:23:39 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-03-25 20:23:39 -0300 |
commit | 4b1cc23085b858364a332bdf03d634656778b1e6 (patch) | |
tree | 3928d9a1852ea0a49b6d6826e6a4f2730067b6ed /sql-files/upgrades | |
parent | 70a33d30013ada46b208506ac4b5a0861f5d6abb (diff) | |
download | hercules-4b1cc23085b858364a332bdf03d634656778b1e6.tar.gz hercules-4b1cc23085b858364a332bdf03d634656778b1e6.tar.bz2 hercules-4b1cc23085b858364a332bdf03d634656778b1e6.tar.xz hercules-4b1cc23085b858364a332bdf03d634656778b1e6.zip |
Added new return values to make_new_char_sql
Added char_id to charlog
Corrected RE check in skill_magic_reflect (see commit c9310f3)
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r-- | sql-files/upgrades/2014-03-25--23-57.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-files/upgrades/2014-03-25--23-57.sql b/sql-files/upgrades/2014-03-25--23-57.sql new file mode 100644 index 000000000..f5c3aad00 --- /dev/null +++ b/sql-files/upgrades/2014-03-25--23-57.sql @@ -0,0 +1,3 @@ +#1395789302 +ALTER TABLE `charlog` ADD COLUMN `char_id` int(11) unsigned NOT NULL default '0' AFTER `account_id`; +INSERT INTO `sql_updates` (`timestamp`) VALUES (1395789302); |