diff --git a/src/db/migration/V20220309_1748__mantis24061.sql b/src/db/migration/V20220309_1748__mantis24061.sql index 37e980dfe..5fc20dae8 100644 --- a/src/db/migration/V20220309_1748__mantis24061.sql +++ b/src/db/migration/V20220309_1748__mantis24061.sql @@ -1,7 +1,7 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); -begin +begin execute immediate 'ALTER TABLE EMPRESA ADD INDLIMITACATEGORIAPORCORRIDA NUMBER(1,0)'; exception when column_exists then null; end; \ No newline at end of file