diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 006bc6997..1b2f7bc61 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -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", diff --git a/common/version.h b/common/version.h index 5a4bf1632..0ac95fb61 100644 --- a/common/version.h +++ b/common/version.h @@ -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