branch develop updated (c42fdf6 -> c5cf8ad)
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 c42fdf6 repassage à java 7 new c5cf8ad correction migration sqlserver 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 c5cf8ad1b8817206f8094c82b1f847ecf632b154 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jan 19 19:42:37 2017 +0100 correction migration sqlserver Summary of changes: .../V2_2_0_170109__add_acknowledgements_and_client_exceptions.sql | 4 ++-- 1 file 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 c5cf8ad1b8817206f8094c82b1f847ecf632b154 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jan 19 19:42:37 2017 +0100 correction migration sqlserver --- .../V2_2_0_170109__add_acknowledgements_and_client_exceptions.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_2_0_170109__add_acknowledgements_and_client_exceptions.sql b/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_2_0_170109__add_acknowledgements_and_client_exceptions.sql index 785ddc1..cb7e1c7 100644 --- a/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_2_0_170109__add_acknowledgements_and_client_exceptions.sql +++ b/faxtomail-service/src/main/resources/db/migration/sqlserver/V2_2_0_170109__add_acknowledgements_and_client_exceptions.sql @@ -4,9 +4,9 @@ alter table mailfolder add ACKNOWLEDGEMENTMAILADDRESS varchar(255); alter table mailfolder add ACKNOWLEDGEMENTMESSAGE varchar(MAX); alter table mailfolder add ACKNOWLEDGEMENTSIGNING varchar(MAX); alter table mailfolder add rejectResponseSigning varchar(MAX); -alter table mailfolder drop REJECTUNKNOWNSENDER; +alter table mailfolder drop column REJECTUNKNOWNSENDER; GO -update mailfolder set SENDACKNOWLEDGEMENTTOSENDER = '0'; +update mailfolder set SENDACKNOWLEDGEMENTTOSENDER = 0; GO -- add matching clients in email -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm