branch develop updated (2cf18b68 -> b8174981)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 2cf18b68 [gitflow-maven-plugin]Update for next development version new b8174981 Forgotten migration script :( The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit b8174981dda44fa356e602651891c4cc3f07c44e Author: jcouteau <couteau@codelutin.com> Date: Tue Mar 10 10:13:04 2020 +0100 Forgotten migration script :( Summary of changes: .../main/resources/migration/workingDb/pg/3.916-0-gear-icesExport.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.916-0-gear-icesExport.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm