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

10 lines
335 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
DELETE FROM `salix`.`ACL`
WHERE model = 'Url'
AND 'accessType' = 'READ'
AND principalId = 'employee';