DB/Account: update account_access table
Port From (https://github.com/TrinityCore/TrinityCore/commit/01d098830a64622262226f7915f872e1cfb301f6)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE `account_access`
|
||||
CHANGE COLUMN `id` `AccountID` INT(10) UNSIGNED NOT NULL,
|
||||
CHANGE COLUMN `gmlevel` `SecurityLevel` TINYINT(3) UNSIGNED NOT NULL,
|
||||
ADD COLUMN `Comment` VARCHAR(255) DEFAULT NULL AFTER `RealmID`;
|
||||
|
||||
UPDATE `rbac_permissions` SET `name` = 'Command: account set seclevel' WHERE `id` = 228;
|
||||
Reference in New Issue
Block a user