diff --git a/src/db/migration/V20180410_1626__mantis10885.sql b/src/db/migration/V20180410_1626__mantis10885.sql new file mode 100644 index 000000000..6bedea830 --- /dev/null +++ b/src/db/migration/V20180410_1626__mantis10885.sql @@ -0,0 +1,8 @@ + + +begin + + execute immediate 'ALTER TABLE TAXPOL ADD (NUMLOTE VARCHAR2(10) )'; + execute immediate 'ALTER TABLE TAXPOLV ADD (NUMLOTE VARCHAR2(10) )'; + exception when others then null; +end; \ No newline at end of file