diff --git a/src/db/migration/V20180703_1104__mantis11325.sql b/src/db/migration/V20180703_1104__mantis11325.sql index 244a896d7..e68ba279a 100644 --- a/src/db/migration/V20180703_1104__mantis11325.sql +++ b/src/db/migration/V20180703_1104__mantis11325.sql @@ -10,7 +10,7 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin - execute immediate 'ALTER TABLE TIPO_EVENTRO_EXTRA ADD (ERRO VARCHAR2(4000 BYTE)))'; + execute immediate 'ALTER TABLE TIPO_EVENTRO_EXTRA ADD (ERRO VARCHAR2(4000 BYTE))'; exception when column_exists then null; end; /