From 2d6b85a8ec80f83da5e76fc3ba3fa48f6b53fbd1 Mon Sep 17 00:00:00 2001 From: fabio Date: Mon, 13 Feb 2023 20:58:43 +0000 Subject: [PATCH] Atualizar 'src/db/postgresql/migration/V20230213_1155__AL-2145.sql' --- src/db/postgresql/migration/V20230213_1155__AL-2145.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /