2023-10-02 12:51:19 +00:00
|
|
|
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';
|