diff options
author | jaBote <jaBote@users.noreply.github.com> | 2013-11-15 22:42:05 +0100 |
---|---|---|
committer | jaBote <jaBote@users.noreply.github.com> | 2013-11-15 22:42:05 +0100 |
commit | f0591e607e05e34d987a7575fbaf9af53daa5908 (patch) | |
tree | 3a06f941155ba15e478407d390b772bc1f5fa71e /sql-files/upgrades | |
parent | e6ddf9748ffdf94d4d8260dc3867ccbfaaecce77 (diff) | |
download | hercules-f0591e607e05e34d987a7575fbaf9af53daa5908.tar.gz hercules-f0591e607e05e34d987a7575fbaf9af53daa5908.tar.bz2 hercules-f0591e607e05e34d987a7575fbaf9af53daa5908.tar.xz hercules-f0591e607e05e34d987a7575fbaf9af53daa5908.zip |
Update rAthena-main-upgrade.sql. Follow-up 40262e063a7d503104667a4135c564d996bc49c6
Just added the new SQL update on the converter =)
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r-- | sql-files/upgrades/rAthena-main-upgrade.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrades/rAthena-main-upgrade.sql b/sql-files/upgrades/rAthena-main-upgrade.sql index ac9f90342..d91ca09fe 100644 --- a/sql-files/upgrades/rAthena-main-upgrade.sql +++ b/sql-files/upgrades/rAthena-main-upgrade.sql @@ -56,6 +56,7 @@ INSERT INTO `sql_updates` (`timestamp`) VALUES (1383162785); INSERT INTO `sql_updates` (`timestamp`) VALUES (1383167577); INSERT INTO `sql_updates` (`timestamp`) VALUES (1383205740); INSERT INTO `sql_updates` (`timestamp`) VALUES (1383955424); +INSERT INTO `sql_updates` (`timestamp`) VALUES (1384545461); -- Updates to table `storage` ALTER TABLE `storage` MODIFY `bound` tinyint(1) unsigned NOT NULL default '0'; |