diff --git a/src/db/migration/V20170428_1008__mantis8884.sql b/src/db/migration/V20170428_1008__mantis8884.sql new file mode 100644 index 000000000..7d31bf4ed --- /dev/null +++ b/src/db/migration/V20170428_1008__mantis8884.sql @@ -0,0 +1,5 @@ +begin + execute immediate 'ALTER TABLE FISCAL_T2 MODIFY (FISCALIMPRESSORA_ID NULL)'; + exception + when others then null; +end; \ No newline at end of file