[Database] Consolidate Starting Items Table (#3723)

* [Database] Consolidate Starting Items Table

# Notes
- Convert `class`, `deityId`, `race`, and `zoneid` columns to `|` separated columns.
- Consolidates up to 15 rows per item down to a singular row.
- Allows ease of use for operators.
- Entire process is automated and creates a backup of pre-existing table.

* Update shareddb.cpp

* Unnecessary.
This commit is contained in:
Alex King
2023-11-30 14:37:08 -05:00
committed by GitHub
parent e75c31d524
commit 33b40e83b7
4 changed files with 184 additions and 90 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9242
#define CURRENT_BINARY_DATABASE_VERSION 9243
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9040