removed string format from id field
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
4c8aa7ff6e
commit
66ddd56dec
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue