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>.