From f1dbb69ab4092ef047a28e0bcae413261e02647f Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 29 Mar 2017 18:08:03 +0000 Subject: [PATCH] =?UTF-8?q?Exporta=C3=A7=C3=A3o=20Fiscal=20:=20ECF=20e=20R?= =?UTF-8?q?MD=20(issue=208120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@67354 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170328_0830__mantis8808.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20170328_0830__mantis8808.sql b/src/db/migration/V20170328_0830__mantis8808.sql index 3efcca7dc..8e40a0b84 100644 --- a/src/db/migration/V20170328_0830__mantis8808.sql +++ b/src/db/migration/V20170328_0830__mantis8808.sql @@ -1,6 +1,6 @@ declare column_exists exception; - pragma exception_init (column_exists , -01430); + pragma exception_init (column_exists , -955); begin execute immediate 'ALTER TABLE ESTADO_CIVIL MODIFY (ESTADOCIVIL_ID NOT NULL)'; execute immediate 'ALTER TABLE ESTADO_CIVIL ADD CONSTRAINT ESTADO_CIVIL_PK PRIMARY KEY (ESTADOCIVIL_ID) ENABLE';