salix/db/changes/234201/00-aclUrlHedera.sql

8 lines
377 B
MySQL
Raw Normal View History

INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
VALUES
('hedera', 'test', 'https://test-shop.verdnatura.es/'),
('hedera', 'production', 'https://shop.verdnatura.es/');
2023-10-03 07:36:11 +00:00
2023-10-18 06:52:06 +00:00
INSERT INTO `salix`.`ACL` ( model, property, accessType, permission, principalType, principalId)
VALUES('Url', 'getByUser', 'READ', 'ALLOW', 'ROLE', '$everyone');