diff --git a/src/db/migration/V20180724_1141__mantis11649.sql b/src/db/migration/V20180724_1141__mantis11649.sql index 97dfed7a0..d7179411b 100644 --- a/src/db/migration/V20180724_1141__mantis11649.sql +++ b/src/db/migration/V20180724_1141__mantis11649.sql @@ -1,6 +1,6 @@ declare indice_nao_existe exception; - pragma exception_init (indece_nao_existe , -01418); + pragma exception_init (indice_nao_existe , -01418); begin execute immediate 'DROP INDEX TARIFA_UNICA'; exception when indice_nao_existe then null;