mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
db_update.pl update
db_update_manifest.txt update 2014_09_20_ban_messages.sql fix for non PEQ account tables missing expansion column
This commit is contained in:
parent
2e8d7b09af
commit
071367b6a9
@ -257,7 +257,7 @@ sub Run_Database_Check{
|
||||
$file_name = trim($m_d{$val}[1]);
|
||||
print "Running Update: " . $val . " - " . $file_name . "\n";
|
||||
print GetMySQLResultFromFile("db_update/$file_name");
|
||||
print GetMySQLResult("UPDATE `db_version` SET `version` = $val");
|
||||
print GetMySQLResult("UPDATE `db_version` SET `version` = $val WHERE `version` < $val");
|
||||
}
|
||||
print "Continuing World Bootup...\n";
|
||||
return;
|
||||
|
||||
@ -256,6 +256,7 @@
|
||||
5256|2471_required_aa_updates.sql
|
||||
5257|2482_required_start_zones.sql
|
||||
5258|2504_required_aa_updates.sql
|
||||
8000|mercs.sql|SHOW TABLES LIKE 'merc_stats'|empty|
|
||||
9000|2013_02_18_Merc_Rules_and_Tables.sql|SELECT * FROM `rule_values` WHERE `rule_name` LIKE '%Mercs:ResurrectRadius%'|empty|
|
||||
9001|2013_02_25_Impr_HT_LT.sql|SHOW TABLES LIKE 'merc_inventory'|empty|
|
||||
9002|2013_03_1_Merc_Rules_and_Equipment.sql|SHOW TABLES LIKE 'merc_inventory'|empty|
|
||||
|
||||
@ -1 +1 @@
|
||||
ALTER TABLE `account` ADD COLUMN `ban_reason` TEXT NULL DEFAULT NULL AFTER `expansion`, ADD COLUMN `suspend_reason` TEXT NULL DEFAULT NULL AFTER `ban_reason`;
|
||||
ALTER TABLE `account` ADD COLUMN `ban_reason` TEXT NULL DEFAULT NULL, ADD COLUMN `suspend_reason` TEXT NULL DEFAULT NULL AFTER `ban_reason`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user