Atualizar 'src/db/postgresql/migration/V20230213_1155__AL-2145.sql'
parent
4b1330c92a
commit
2d6b85a8ec
|
@ -2,7 +2,7 @@ declare
|
||||||
indice_nao_existe exception;
|
indice_nao_existe exception;
|
||||||
pragma exception_init (indice_nao_existe , -01418);
|
pragma exception_init (indice_nao_existe , -01418);
|
||||||
begin
|
begin
|
||||||
execute immediate 'DROP INDEX UNIQUE_CODANTT;';
|
execute immediate 'DROP INDEX UNIQUE_CODANTT';
|
||||||
exception when indice_nao_existe then null;
|
exception when indice_nao_existe then null;
|
||||||
end;
|
end;
|
||||||
/
|
/
|
||||||
|
|
Loading…
Reference in New Issue