diff options
author | shennetsind <ind@henn.et> | 2013-03-17 02:48:22 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-17 02:48:22 -0300 |
commit | abe2a6291750f79355cc07d5af37c8f97aa430b3 (patch) | |
tree | a5c4594755e03abc289a55a7224fe2fbf17d24c4 /sql-files | |
parent | 7436a70cde2220c42cd249cee6368d308b0bd040 (diff) | |
download | hercules-abe2a6291750f79355cc07d5af37c8f97aa430b3.tar.gz hercules-abe2a6291750f79355cc07d5af37c8f97aa430b3.tar.bz2 hercules-abe2a6291750f79355cc07d5af37c8f97aa430b3.tar.xz hercules-abe2a6291750f79355cc07d5af37c8f97aa430b3.zip |
Follow up 7436a70cde2220c42cd249cee6368d308b0bd040
Added in-file instructions
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrades/eathena-upgrade.sql | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql-files/upgrades/eathena-upgrade.sql b/sql-files/upgrades/eathena-upgrade.sql index 2d124a83e..63a0d1151 100644 --- a/sql-files/upgrades/eathena-upgrade.sql +++ b/sql-files/upgrades/eathena-upgrade.sql @@ -1,6 +1,8 @@ -## +##### #Upgrade file to be used when going from eAthena to Hercules -## +#Note: If you're not up to date with eAthena, go through their upgrade files first and run them before this file. +#Note: After runing this file run Hercules upgrade files. +##### ALTER TABLE `global_reg_value` MODIFY `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '3'; -- Adds 'I' and 'X' to `type` in `picklog` table ALTER TABLE `picklog` MODIFY `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X') NOT NULL DEFAULT 'P'; |