AdmMono/src/db/migration/V20170320_1016__mantis7788.sql

7 lines
166 B
SQL

declare
dup_val_on_index exception;
begin
execute immediate 'ALTER TABLE CAJA MODIFY (INDINTEGRADOAG)';
exception when OTHERS then null;
end;