branch develop updated (10e965b5 -> ed4dbc86)
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 10e965b5 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new e82db368 Replace Blob by VARBINARY(MAX) for SQLSERVER new ed4dbc86 Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop The 2 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 ed4dbc86ef858088191bbea012139365c8ddc241 Merge: e82db368 10e965b5 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 16:24:39 2018 +0200 Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop commit e82db3683e33b664e2c219332d9eb013dd18bebf Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 16:22:43 2018 +0200 Replace Blob by VARBINARY(MAX) for SQLSERVER Summary of changes: .../db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql | 2 +- faxtomail-ui-swing/src/main/resources/log4j2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 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 e82db3683e33b664e2c219332d9eb013dd18bebf Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 16:22:43 2018 +0200 Replace Blob by VARBINARY(MAX) for SQLSERVER --- .../db/migration/sqlserver/V2_4180607_1__addGeneratedPDFPages.sql | 2 +- faxtomail-ui-swing/src/main/resources/log4j2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a3d0b4fb..6978622f 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 VARBINARY(MAX) not null, topiaId VARCHAR(255) NOT NULL, topiaVersion BIGINT NOT NULL, topiaCreateDate datetime2, diff --git a/faxtomail-ui-swing/src/main/resources/log4j2.xml b/faxtomail-ui-swing/src/main/resources/log4j2.xml index ec3c2a7b..a6498bbf 100644 --- a/faxtomail-ui-swing/src/main/resources/log4j2.xml +++ b/faxtomail-ui-swing/src/main/resources/log4j2.xml @@ -45,7 +45,7 @@ <Loggers> <Logger name="com.franciaflex.faxtomail" level="info"/> - <!--<Logger name="com.franciaflex.faxtomail.ui" level="debug"/>--> + <Logger name="com.franciaflex.faxtomail.ui" level="debug"/> <!--<Logger name="com.franciaflex.faxtomail.persistence" level="debug"/>--> <!--<Logger name="com.franciaflex.faxtomail.persistence.entities.AbstractFaxToMailTopiaDao" level="trace"/>--> <!--<Logger name="com.franciaflex.faxtomail.services" level="debug"/>--> -- 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 ed4dbc86ef858088191bbea012139365c8ddc241 Merge: e82db368 10e965b5 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 16:24:39 2018 +0200 Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm