branch develop updated (fe6c684 -> 12b6fa2)
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 fe6c684 upgrade versions new 12b6fa2 fix scirpt 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 12b6fa2dae0f116fa734120506fdcbc2561f7e67 Author: Kevin Morin <morin@codelutin.com> Date: Tue Apr 26 14:41:34 2016 +0200 fix scirpt Summary of changes: .../db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql | 2 -- 1 file changed, 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 12b6fa2dae0f116fa734120506fdcbc2561f7e67 Author: Kevin Morin <morin@codelutin.com> Date: Tue Apr 26 14:41:34 2016 +0200 fix scirpt --- .../db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/faxtomail-service/src/main/resources/db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql b/faxtomail-service/src/main/resources/db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql index 3bc94bd..4789191 100644 --- a/faxtomail-service/src/main/resources/db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql +++ b/faxtomail-service/src/main/resources/db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql @@ -1,3 +1 @@ -alter table client alter column company varchar(255); -GO CREATE INDEX client_company_idx ON client(company); \ 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