diff options
| author | TDB Release <tdb-release@build.bot> | 2020-07-15 10:37:16 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2020-07-15 10:37:16 +0000 |
| commit | d974800e9d1e393ce3459ed8be4f4bd9defcc8f3 (patch) | |
| tree | 8f36029094ff86deaf42e0d0b52199c5502c6f29 /sql/updates/auth | |
| parent | 202fd41389973322f63186fd8e5a368fce3e1b04 (diff) | |
TDB 335.20071 - 2020/07/15TDB335.20071
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_06_20_00_auth.sql | 6 | ||||
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_07_15_00_auth.sql (renamed from sql/updates/auth/3.3.5/2020_06_15_00_auth.sql) | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sql/updates/auth/3.3.5/2020_06_20_00_auth.sql b/sql/updates/auth/3.3.5/2020_06_20_00_auth.sql deleted file mode 100644 index fdb95bfe335..00000000000 --- a/sql/updates/auth/3.3.5/2020_06_20_00_auth.sql +++ /dev/null @@ -1,6 +0,0 @@ -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; diff --git a/sql/updates/auth/3.3.5/2020_06_15_00_auth.sql b/sql/updates/auth/3.3.5/2020_07_15_00_auth.sql index 1027a32ee5e..d0cbe2be812 100644 --- a/sql/updates/auth/3.3.5/2020_06_15_00_auth.sql +++ b/sql/updates/auth/3.3.5/2020_07_15_00_auth.sql @@ -1,2 +1,2 @@ --- TDB 335.20061 auth +-- TDB 335.20071 auth UPDATE `updates` SET `state`='ARCHIVED'; |
