Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 6125-roleCreditLimit
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
David Domenech 2023-12-12 12:37:04 +01:00
commit 67599a4f52
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ SET DEFAULT ROLE 'salix' FOR 'root'@'%';
CREATE SCHEMA IF NOT EXISTS `vn2008`;
CREATE SCHEMA IF NOT EXISTS `tmp`;
CREATE ROLE 'salix';
GRANT 'salix' TO 'root'@'%';
SET DEFAULT ROLE 'salix' FOR 'root'@'%';
UPDATE `util`.`config`
SET `environment`= 'development';