mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
2 lines
123 B
SQL
2 lines
123 B
SQL
ALTER TABLE realmd.realmlist
|
|
ADD COLUMN `allowedSecurityLevel` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0 AFTER `timezone`;
|