This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 80f2e5eb629d4bce6bd6dbda34d50a19520a6851 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 15:59:07 2020 +0100 Fix pg migrations --- .../resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql | 2 +- .../src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql b/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql index 97f6bf20..5a40f503 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql @@ -1 +1 @@ -alter table importlog alter column importtext VARCHAR(2147483647); \ No newline at end of file +alter table importlog alter column importtext TYPE TEXT; \ No newline at end of file diff --git a/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql b/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql index fd66cc28..78f3c37e 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql @@ -1 +1 @@ -alter table echotype alter column id VARCHAR(255); +alter table echotype alter column id TYPE VARCHAR(255); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.