[Database] Add indexes for data_buckets and zone_state_spawns (#4771)

* [Database] Add indexes for data_buckets and zone_state_spawns

* Update database_update_manifest.cpp

* Update database_update_manifest.cpp

* Update package.json
This commit is contained in:
Chris Miles
2025-03-11 03:29:26 -05:00
committed by GitHub
parent 33ae51f56f
commit 8203c034bf
4 changed files with 35 additions and 7 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
// Build variables
// these get injected during the build pipeline
#define CURRENT_VERSION "23.3.1-dev" // always append -dev to the current version for custom-builds
#define CURRENT_VERSION "23.3.2-dev" // always append -dev to the current version for custom-builds
#define LOGIN_VERSION "0.8.0"
#define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__
@@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9311
#define CURRENT_BINARY_DATABASE_VERSION 9313
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
#endif