branch develop updated (3a5e53b3 -> 9df14e7d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 3a5e53b3 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 9df14e7d Fix failed sql migration 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 9df14e7d962d094e0867d440159f1aa25bdcab09 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 15:42:19 2018 +0200 Fix failed sql migration Summary of changes: .../db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 9df14e7d962d094e0867d440159f1aa25bdcab09 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 15:42:19 2018 +0200 Fix failed sql migration --- .../db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql b/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql index e8eb2d27..a3d0b4fb 100644 --- a/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql +++ b/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql @@ -1,7 +1,7 @@ -- add generatedPDFPages create table GENERATEDPDFPAGE ( - page blob not null + page blob not null, topiaId VARCHAR(255) NOT NULL, topiaVersion BIGINT NOT NULL, topiaCreateDate datetime2, -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm