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

5 lines
212 B
SQL

INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
VALUES
('hedera', 'test', 'https://test-shop.verdnatura.es/'),
('hedera', 'production', 'https://shop.verdnatura.es/');