Update version field

This commit is contained in:
Chris Miles 2025-05-14 20:36:57 -05:00
parent 6841a346a3
commit 1e1e4dbab6
2 changed files with 2 additions and 1 deletions

View File

@ -7100,6 +7100,7 @@ ALTER TABLE `npc_types`
.content_schema_update = true
},
ManifestEntry{
.version = 9323,
.description = "2025_04_16_character_data_first_login.sql",
.check = "SHOW COLUMNS FROM `character_data` LIKE 'first_login'",
.condition = "empty",

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 9322
#define CURRENT_BINARY_DATABASE_VERSION 9323
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
#endif