From d3d819b347ec40b3e0de67ce116fca71b4133c09 Mon Sep 17 00:00:00 2001 From: leonardo Date: Mon, 19 Aug 2019 13:32:37 +0000 Subject: [PATCH] 15274: Diminuir o tamanho do nome dos campos fixes bug#15274 dev:gleimar qua:leonardo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@96747 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/postgresql/migration/V20190731_1101__mantis15173.sql | 2 +- src/db/postgresql/migration/V20190731_1106__mantis15171.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/postgresql/migration/V20190731_1101__mantis15173.sql b/src/db/postgresql/migration/V20190731_1101__mantis15173.sql index abab648b2..9f4e83262 100644 --- a/src/db/postgresql/migration/V20190731_1101__mantis15173.sql +++ b/src/db/postgresql/migration/V20190731_1101__mantis15173.sql @@ -1,6 +1,6 @@ DO $$ BEGIN - ALTER TABLE EMPRESA ADD (INDIMPRIMELOGOBILHETEVENDAEMBARCADA NUMBER(1) ); + ALTER TABLE EMPRESA ADD (INDIMPLOGOBILHETEVTAEMBARCADA NUMBER(1) ); EXCEPTION WHEN duplicate_column THEN NULL; END $$; \ No newline at end of file diff --git a/src/db/postgresql/migration/V20190731_1106__mantis15171.sql b/src/db/postgresql/migration/V20190731_1106__mantis15171.sql index aa31cafd9..4ff375793 100644 --- a/src/db/postgresql/migration/V20190731_1106__mantis15171.sql +++ b/src/db/postgresql/migration/V20190731_1106__mantis15171.sql @@ -1,6 +1,6 @@ DO $$ BEGIN - ALTER TABLE EMPRESA ADD (INDIMPRIMERELFECHAMENTODETALHADOEMBARCADA NUMBER(1) ); + ALTER TABLE EMPRESA ADD (INDIMPRIMERELFECHDETEMBARCADA NUMBER(1) ); EXCEPTION WHEN duplicate_column THEN NULL; END $$;