diff options
| author | Carbenium <carbenium@outlook.com> | 2015-11-07 15:38:50 +0100 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2015-11-07 16:15:15 +0100 |
| commit | 82c52e40f4f08d722133fa87335e3ef8a9afa44b (patch) | |
| tree | cb643a7692d5b094b1390eb7f161da2f417611d9 /sql/updates/auth | |
| parent | 7593e861de5bcab5bdfd2206e9686694a3aebc9f (diff) | |
TDB 335.60 - 2015/11/07TDB335.60
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2015_08_21_00_auth.sql | 5 | ||||
| -rw-r--r-- | sql/updates/auth/2015_11_07_00_auth.sql | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sql/updates/auth/2015_08_21_00_auth.sql b/sql/updates/auth/2015_08_21_00_auth.sql deleted file mode 100644 index f4396cc68c0..00000000000 --- a/sql/updates/auth/2015_08_21_00_auth.sql +++ /dev/null @@ -1,5 +0,0 @@ -DELETE FROM `rbac_permissions` WHERE `id` = 835; -INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (835, 'Command: debug loadcells'); - -DELETE FROM `rbac_linked_permissions` WHERE `id` = 192 AND `linkedId` = 835; -INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 835); diff --git a/sql/updates/auth/2015_11_07_00_auth.sql b/sql/updates/auth/2015_11_07_00_auth.sql new file mode 100644 index 00000000000..be8a4d21b66 --- /dev/null +++ b/sql/updates/auth/2015_11_07_00_auth.sql @@ -0,0 +1 @@ +UPDATE `updates` SET `state`='ARCHIVED'; |
