mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
db_update_manifest.txt update 2014_09_20_ban_messages.sql fix for non PEQ account tables missing expansion column
2 lines
141 B
SQL
2 lines
141 B
SQL
ALTER TABLE `account` ADD COLUMN `ban_reason` TEXT NULL DEFAULT NULL, ADD COLUMN `suspend_reason` TEXT NULL DEFAULT NULL AFTER `ban_reason`;
|