removed string format from id field
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-05-22 12:02:25 +02:00
parent 4c8aa7ff6e
commit 66ddd56dec
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
INSERT INTO `salix`.`ACL` (`id`, `model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('160', 'TicketServiceType', '*', 'READ', 'ALLOW', 'ROLE', 'employee');
(160, 'TicketServiceType', '*', 'READ', 'ALLOW', 'ROLE', 'employee');