diff options
| author | TDB Release <tdb-release@build.bot> | 2020-10-15 07:35:11 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2020-10-15 07:35:11 +0000 |
| commit | f4a397accb91533e72cbf7754d3e571c933df009 (patch) | |
| tree | 180c67d5f1c4137ac74bb07769c6f3080079395e /sql/updates/auth | |
| parent | 5fee99bdbcabefca9b27308053f68d947c169b22 (diff) | |
TDB 335.20101 - 2020/10/15TDB335.20101
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_09_17_00_auth.sql | 3 | ||||
| -rw-r--r-- | sql/updates/auth/3.3.5/2020_10_15_00_auth.sql (renamed from sql/updates/auth/3.3.5/2020_09_15_00_auth.sql) | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sql/updates/auth/3.3.5/2020_09_17_00_auth.sql b/sql/updates/auth/3.3.5/2020_09_17_00_auth.sql deleted file mode 100644 index 9cc01ed837e..00000000000 --- a/sql/updates/auth/3.3.5/2020_09_17_00_auth.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -DELETE FROM `rbac_permissions` WHERE `id`= 880; -INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (880, 'Command: pdump copy'); diff --git a/sql/updates/auth/3.3.5/2020_09_15_00_auth.sql b/sql/updates/auth/3.3.5/2020_10_15_00_auth.sql index 5cb125b7ddc..8a87b53f1f7 100644 --- a/sql/updates/auth/3.3.5/2020_09_15_00_auth.sql +++ b/sql/updates/auth/3.3.5/2020_10_15_00_auth.sql @@ -1,2 +1,2 @@ --- TDB 335.20091 auth +-- TDB 335.20101 auth UPDATE `updates` SET `state`='ARCHIVED'; |
