mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
3 lines
112 B
SQL
3 lines
112 B
SQL
ALTER TABLE `realmd`.`account`
|
|
ADD COLUMN `mutetime` bigint(40) unsigned NOT NULL default '0' AFTER `tbc`;
|