mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/RBAC: Add missing values
By ovahlord
This commit is contained in:
File diff suppressed because one or more lines are too long
4
sql/updates/auth/4.3.4/2017_11_08_00_auth.sql
Normal file
4
sql/updates/auth/4.3.4/2017_11_08_00_auth.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `id`= 192 AND `linkedId`= 775;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
|
||||
(192, 775);
|
||||
|
||||
Reference in New Issue
Block a user