diff --git a/migration/353a-trunk/oracle/490_BF2806709.sql b/migration/353a-trunk/oracle/490_BF2806709.sql new file mode 100644 index 0000000000..b213aa190f --- /dev/null +++ b/migration/353a-trunk/oracle/490_BF2806709.sql @@ -0,0 +1,2 @@ +--- move the report to "Sales Order" menu item - where it was previously located +update ad_treenodemm set parent_id = 457, seqno=5 where node_id = 53223; \ No newline at end of file diff --git a/migration/353a-trunk/postgresql/490_BF2806709.sql b/migration/353a-trunk/postgresql/490_BF2806709.sql new file mode 100644 index 0000000000..b213aa190f --- /dev/null +++ b/migration/353a-trunk/postgresql/490_BF2806709.sql @@ -0,0 +1,2 @@ +--- move the report to "Sales Order" menu item - where it was previously located +update ad_treenodemm set parent_id = 457, seqno=5 where node_id = 53223; \ No newline at end of file