From f813255d41eec340d753ce83e7da2091af338ffb Mon Sep 17 00:00:00 2001 From: walace Date: Mon, 24 Sep 2018 20:23:52 +0000 Subject: [PATCH] =?UTF-8?q?criado=20a=20customiza=C3=A7=C3=A3o=20para=20ve?= =?UTF-8?q?nda=20em=20p=C3=A9,=20sentado=20por=20servi=C3=A7o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes bug#11741 dev:lucas qua:marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@85603 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/postgresql/migration/V20180824_1021__mantis11741.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db/postgresql/migration/V20180824_1021__mantis11741.sql b/src/db/postgresql/migration/V20180824_1021__mantis11741.sql index de5f1f342..6e4c40f6c 100644 --- a/src/db/postgresql/migration/V20180824_1021__mantis11741.sql +++ b/src/db/postgresql/migration/V20180824_1021__mantis11741.sql @@ -1,7 +1,6 @@ DO $$ BEGIN ALTER TABLE ESQUEMA_TRAMO ADD (TIPO_PASSAGEM VARCHAR2(1)); - ALTER TABLE CORRIDA_TRAMO ADD (TIPO_PASSAGEM VARCHAR2(1)) EXCEPTION WHEN duplicate_column THEN NULL; END $$; \ No newline at end of file