diff --git a/migration/354a-trunk/oracle/707_BF2985660.sql b/migration/354a-trunk/oracle/707_BF2985660.sql new file mode 100644 index 0000000000..57544a37b5 --- /dev/null +++ b/migration/354a-trunk/oracle/707_BF2985660.sql @@ -0,0 +1,7 @@ +-- reversed allocations should be marked posted (with no facts) +update c_allocationhdr +set posted = 'Y' +where posted = 'N' +and processed = 'Y' +and docstatus = 'RE' +and isactive = 'N'; diff --git a/migration/354a-trunk/postgresql/707_BF2985660.sql b/migration/354a-trunk/postgresql/707_BF2985660.sql new file mode 100644 index 0000000000..57544a37b5 --- /dev/null +++ b/migration/354a-trunk/postgresql/707_BF2985660.sql @@ -0,0 +1,7 @@ +-- reversed allocations should be marked posted (with no facts) +update c_allocationhdr +set posted = 'Y' +where posted = 'N' +and processed = 'Y' +and docstatus = 'RE' +and isactive = 'N';