Exportação Fiscal : ECF e RMD (issue 8120)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@67354 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2017-03-29 18:08:03 +00:00
parent 77ace98496
commit f1dbb69ab4
1 changed files with 1 additions and 1 deletions

View File

@ -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';