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/old/3.3.5a/auth | |
| parent | 5fee99bdbcabefca9b27308053f68d947c169b22 (diff) | |
TDB 335.20101 - 2020/10/15TDB335.20101
Diffstat (limited to 'sql/old/3.3.5a/auth')
| -rw-r--r-- | sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_15_00_auth.sql | 2 | ||||
| -rw-r--r-- | sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_17_00_auth.sql | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_15_00_auth.sql b/sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_15_00_auth.sql new file mode 100644 index 00000000000..5cb125b7ddc --- /dev/null +++ b/sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_15_00_auth.sql @@ -0,0 +1,2 @@ +-- TDB 335.20091 auth +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_17_00_auth.sql b/sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_17_00_auth.sql new file mode 100644 index 00000000000..9cc01ed837e --- /dev/null +++ b/sql/old/3.3.5a/auth/20091_2020_10_15/2020_09_17_00_auth.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `rbac_permissions` WHERE `id`= 880; +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (880, 'Command: pdump copy'); |
