correção script bug#8808

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@67340 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2017-03-28 22:58:38 +00:00
parent 6901108c66
commit 6d413a5780
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ declare
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';
exception when column_exists then null;
exception when others then null;
end;