diff options
| author | Naios <naios-dev@live.de> | 2015-11-01 14:54:20 +0100 |
|---|---|---|
| committer | Naios <naios-dev@live.de> | 2015-11-01 14:55:31 +0100 |
| commit | a80e0fc3cdcc389a9ccfb31ddf4a3fc3f562fdcd (patch) | |
| tree | a40e85945f4b4d6457c6db24d68a0d031d59caf3 /sql/updates | |
| parent | 6fa45881914e0961c6c971d2c5e78fa3c712c5fb (diff) | |
DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sql
* Add the update to the updates list
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2015_11_01_00_auth_2015_08_21_00.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/auth/2015_11_01_00_auth_2015_08_21_00.sql b/sql/updates/auth/2015_11_01_00_auth_2015_08_21_00.sql index 4b30d4678a1..f4396cc68c0 100644 --- a/sql/updates/auth/2015_11_01_00_auth_2015_08_21_00.sql +++ b/sql/updates/auth/2015_11_01_00_auth_2015_08_21_00.sql @@ -2,4 +2,4 @@ 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` (`ìd`, `linkedId`) VALUES (192, 835); +INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 835); |
