mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +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:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user