diff options
| author | TDB Release <tdb-release@build.bot> | 2021-01-15 08:31:35 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2021-01-15 08:31:35 +0000 |
| commit | 0b7b7f10f90eb5ef25c47749455572bcaa662d98 (patch) | |
| tree | ce88ffa0b2cded67829e285aa6098cfd8352f133 /sql/updates/auth/3.3.5 | |
| parent | 5d1075959aa01d6a0b36f1337de95d768967f57b (diff) | |
TDB 335.21011 - 2021/01/15TDB335.21011
Diffstat (limited to 'sql/updates/auth/3.3.5')
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_12_31_00_auth.sql | 7 | ||||
| -rw-r--r-- | sql/updates/auth/3.3.5/2021_01_15_00_auth.sql (renamed from sql/updates/auth/3.3.5/2020_12_15_00_auth.sql) | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/sql/updates/auth/3.3.5/2020_12_31_00_auth.sql b/sql/updates/auth/3.3.5/2020_12_31_00_auth.sql deleted file mode 100644 index 44d29e41def..00000000000 --- a/sql/updates/auth/3.3.5/2020_12_31_00_auth.sql +++ /dev/null @@ -1,7 +0,0 @@ -DELETE FROM `rbac_permissions` WHERE `id`=881; -INSERT INTO `rbac_permissions` (`id`,`name`) VALUES -(881, 'Command: reload vehicle_template'); - -DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=881; -INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES -(196,881); diff --git a/sql/updates/auth/3.3.5/2020_12_15_00_auth.sql b/sql/updates/auth/3.3.5/2021_01_15_00_auth.sql index b5b5c435129..53c90c603b5 100644 --- a/sql/updates/auth/3.3.5/2020_12_15_00_auth.sql +++ b/sql/updates/auth/3.3.5/2021_01_15_00_auth.sql @@ -1,2 +1,2 @@ --- TDB 335.20121 auth +-- TDB 335.21011 auth UPDATE `updates` SET `state`='ARCHIVED'; |
