fix: refs #7229 update env col for consistency
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-11-25 13:55:07 +01:00
parent 65ca1b5af3
commit ca1ccff10b
1 changed files with 4 additions and 4 deletions

View File

@ -3011,10 +3011,10 @@ INSERT INTO `vn`.`profileType` (`id`, `name`)
INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
VALUES
('lilium', 'development', 'http://localhost:9000/#/'),
('hedera', 'development', 'http://localhost:9090/'),
('salix', 'development', 'http://localhost:5000/#!/'),
('docuware', 'development', 'http://docuware');
('lilium', 'dev', 'http://localhost:9000/#/'),
('hedera', 'dev', 'http://localhost:9090/'),
('salix', 'dev', 'http://localhost:5000/#!/'),
('docuware', 'dev', 'http://docuware');
INSERT INTO `vn`.`report` (`id`, `name`, `paperSizeFk`, `method`)
VALUES