From abe2a6291750f79355cc07d5af37c8f97aa430b3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 17 Mar 2013 02:48:22 -0300 Subject: Follow up 7436a70cde2220c42cd249cee6368d308b0bd040 Added in-file instructions Signed-off-by: shennetsind --- sql-files/upgrades/eathena-upgrade.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sql-files') 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'; -- cgit v1.2.3-60-g2f50