summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/index.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-11-15 01:25:30 +0100
committerHaru <haru@dotalux.com>2013-11-15 01:25:30 +0100
commit9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89 (patch)
treebd60a9559cfa903ae5ded126a7b233fb6657aa0f /sql-files/upgrades/index.txt
parentd3fe9bbfcde51c5bdc21512d46b7b8502422826c (diff)
downloadhercules-9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89.tar.gz
hercules-9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89.tar.bz2
hercules-9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89.tar.xz
hercules-9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89.zip
Added item_db2.sql conversion script to the new structure
- For those using a SQL item_db2, I provided a convenience script to update to the new structure without having to delete and re-import your data. - The script requires at least MySQL 5.0 (tested on MySQL 5.6) and works for both Pre-Renewal and Renewal tables. If you're running an older version (Oracle advises to upgrade for security reasons by the way!), open the upgrade script in your text editor, and you'll find the queries you can run manually instead. - Special thanks to Ind. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/upgrades/index.txt')
-rw-r--r--sql-files/upgrades/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-files/upgrades/index.txt b/sql-files/upgrades/index.txt
index 9074f5c62..734c0868a 100644
--- a/sql-files/upgrades/index.txt
+++ b/sql-files/upgrades/index.txt
@@ -10,4 +10,5 @@
2013-10-30--19-53.sql
2013-10-30--21-12.sql
2013-10-31--07-49.sql
-2013-11-09--00-03.sql \ No newline at end of file
+2013-11-09--00-03.sql
+2013-11-15--00-06.sql