Fix after rebase

This commit is contained in:
Mitch Freeman 2025-09-03 19:59:06 -03:00
parent a012e01730
commit c30ae140b0
2 changed files with 2 additions and 2 deletions

View File

@ -7248,7 +7248,7 @@ ALTER TABLE `sharedbank`
.content_schema_update = false .content_schema_update = false
}, },
ManifestEntry{ ManifestEntry{
.version = 9328, .version = 9330,
.description = "2025_01_27_offline_account_status.sql", .description = "2025_01_27_offline_account_status.sql",
.check = "SHOW COLUMNS FROM `account` LIKE 'offline'", .check = "SHOW COLUMNS FROM `account` LIKE 'offline'",
.condition = "empty", .condition = "empty",

View File

@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt * Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/ */
#define CURRENT_BINARY_DATABASE_VERSION 9328 #define CURRENT_BINARY_DATABASE_VERSION 9330
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054 #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
#define CUSTOM_BINARY_DATABASE_VERSION 0 #define CUSTOM_BINARY_DATABASE_VERSION 0