correção script bug#8808
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@67340 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6901108c66
commit
6d413a5780
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue