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

5 lines
212 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/');