DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sql

* Add the update to the updates list
This commit is contained in:
Naios
2015-11-01 14:54:20 +01:00
parent 6fa4588191
commit a80e0fc3cd
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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);