mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
2 lines
125 B
SQL
2 lines
125 B
SQL
ALTER TABLE realmd.realmlist
|
|
ADD COLUMN `population` float(0) UNSIGNED NOT NULL DEFAULT 0.0 AFTER `allowedSecurityLevel`;
|