fix: refs #7759 Added user 'vn'@'localhost' & grants
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-09-06 06:12:48 +02:00
parent 620ce5d45e
commit 72024fb854
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
-- Executed after dump CREATE USER 'vn'@'localhost';
GRANT SELECT,
INSERT,
UPDATE,
DELETE,
CREATE TEMPORARY TABLES,
EXECUTE,
TRIGGER,
CREATE ROUTINE,
ALTER ROUTINE
ON *.* TO 'vn'@'localhost';