aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2020_09_17_00_auth.sql3
-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';