diff options
author | Haru <haru@dotalux.com> | 2013-11-15 01:25:30 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-15 01:25:30 +0100 |
commit | 9928044bdbdf734a2edc26c10f9ca5d2c3ee2d89 (patch) | |
tree | bd60a9559cfa903ae5ded126a7b233fb6657aa0f /sql-files/upgrades/index.txt | |
parent | d3fe9bbfcde51c5bdc21512d46b7b8502422826c (diff) | |
download | hercules-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.txt | 3 |
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 |