summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-03-17 02:48:22 -0300
committershennetsind <ind@henn.et>2013-03-17 02:48:22 -0300
commitabe2a6291750f79355cc07d5af37c8f97aa430b3 (patch)
treea5c4594755e03abc289a55a7224fe2fbf17d24c4 /sql-files
parent7436a70cde2220c42cd249cee6368d308b0bd040 (diff)
downloadhercules-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.sql6
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';