diff --git a/src/db/postgresql/migration/V20230213_1155__AL-2145.sql b/src/db/postgresql/migration/V20230213_1155__AL-2145.sql index 22c8d04cd..7882ca4ca 100644 --- a/src/db/postgresql/migration/V20230213_1155__AL-2145.sql +++ b/src/db/postgresql/migration/V20230213_1155__AL-2145.sql @@ -2,7 +2,7 @@ declare indice_nao_existe exception; pragma exception_init (indice_nao_existe , -01418); begin - execute immediate 'DROP INDEX UNIQUE_CODANTT;'; + execute immediate 'DROP INDEX UNIQUE_CODANTT'; exception when indice_nao_existe then null; end; /