diff options
| author | TDB Release <tdb-release@build.bot> | 2019-05-15 06:15:46 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2019-05-15 06:15:46 +0000 |
| commit | 8a02741cd05260dafc5363e30ff553e93a6bf51f (patch) | |
| tree | ffa5d828b7f03b465a0235643c80b8426e18f3b5 /sql/updates/auth | |
| parent | 179c7da1fc264b1444aa50632317e16dca02f78b (diff) | |
TDB 335.19051 - 2019/05/15TDB335.19051
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/3.3.5/2019_04_27_00_auth.sql | 3 | ||||
| -rw-r--r-- | sql/updates/auth/3.3.5/2019_05_15_00_auth.sql (renamed from sql/updates/auth/3.3.5/2019_04_15_00_auth.sql) | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sql/updates/auth/3.3.5/2019_04_27_00_auth.sql b/sql/updates/auth/3.3.5/2019_04_27_00_auth.sql deleted file mode 100644 index d8f01cc9db3..00000000000 --- a/sql/updates/auth/3.3.5/2019_04_27_00_auth.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -DELETE FROM `rbac_permissions` WHERE `id`= 874; -INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (874, 'Command: debug asan'); diff --git a/sql/updates/auth/3.3.5/2019_04_15_00_auth.sql b/sql/updates/auth/3.3.5/2019_05_15_00_auth.sql index 707e4404ce3..f621eac1828 100644 --- a/sql/updates/auth/3.3.5/2019_04_15_00_auth.sql +++ b/sql/updates/auth/3.3.5/2019_05_15_00_auth.sql @@ -1,2 +1,2 @@ --- TDB 335.19041 auth +-- TDB 335.19051 auth UPDATE `updates` SET `state`='ARCHIVED'; |
