This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit b8174981dda44fa356e602651891c4cc3f07c44e Author: jcouteau <couteau@codelutin.com> Date: Tue Mar 10 10:13:04 2020 +0100 Forgotten migration script :( --- .../main/resources/migration/workingDb/pg/3.916-0-gear-icesExport.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/echobase-domain/src/main/resources/migration/workingDb/pg/3.916-0-gear-icesExport.sql b/echobase-domain/src/main/resources/migration/workingDb/pg/3.916-0-gear-icesExport.sql new file mode 100644 index 00000000..5a864455 --- /dev/null +++ b/echobase-domain/src/main/resources/migration/workingDb/pg/3.916-0-gear-icesExport.sql @@ -0,0 +1,2 @@ +alter table gear add column icesExport boolean; +update gear set icesExport=true; \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.