diff --git a/migration/330-trunk/035_BF_1828688.sql b/migration/330-trunk/035_BF_1828688.sql new file mode 100644 index 0000000000..53b481e74e --- /dev/null +++ b/migration/330-trunk/035_BF_1828688.sql @@ -0,0 +1,9 @@ +UPDATE AD_TAB + SET isinfotab = 'N' + WHERE ad_tab_id = 684 -- Invoice (Customer) -> Allocation + OR ad_tab_id = 685 -- Invoice (Vendor) -> Allocation + OR ad_tab_id = 755 -- Payment -> Allocate + OR ad_tab_id = 686 -- Payment -> Allocations +; + +COMMIT; \ No newline at end of file diff --git a/migration/330-trunk/postgresql/035_BF_1828688.sql b/migration/330-trunk/postgresql/035_BF_1828688.sql new file mode 100644 index 0000000000..53b481e74e --- /dev/null +++ b/migration/330-trunk/postgresql/035_BF_1828688.sql @@ -0,0 +1,9 @@ +UPDATE AD_TAB + SET isinfotab = 'N' + WHERE ad_tab_id = 684 -- Invoice (Customer) -> Allocation + OR ad_tab_id = 685 -- Invoice (Vendor) -> Allocation + OR ad_tab_id = 755 -- Payment -> Allocate + OR ad_tab_id = 686 -- Payment -> Allocations +; + +COMMIT; \ No newline at end of file