This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit af685216505fe6baafc0999c3088358ea8e1c231 Author: Benjamin <poussin@codelutin.com> Date: Mon May 25 18:19:27 2020 +0200 en SQL il faut des ';' :) --- migrate/001_init_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate/001_init_schema.sql b/migrate/001_init_schema.sql index b0d8b79..8585d8c 100644 --- a/migrate/001_init_schema.sql +++ b/migrate/001_init_schema.sql @@ -260,7 +260,7 @@ BEGIN execute 'GRANT "' || id || '" TO nobody'; -- les users font parti du role person execute 'GRANT person TO "' || id || '"'; - END IF + END IF; RETURN NEW; END; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.