diff --git a/migration/320-trunk/023_Reverse_BF_1740254.sql b/migration/320-trunk/023_Reverse_BF_1740254.sql new file mode 100644 index 0000000000..5afa97b044 --- /dev/null +++ b/migration/320-trunk/023_Reverse_BF_1740254.sql @@ -0,0 +1,12 @@ +-- +-- [ 1740254 ] PriceList Version is empty in Product-Price tab +-- http://sourceforge.net/tracker/index.php?func=detail&aid=1740254&group_id=176962&atid=879332 +-- +-- Column M_ProductPrice.M_PriceList_Version_ID: + +-- Original File 012_BF_1740254.sql was deleted - the original file put the IsParent='N' +-- restoring past value from IsParent because somebody could apply this patch into their system + +UPDATE AD_COLUMN SET IsParent='Y' WHERE AD_Column_ID=2760; + +COMMIT; diff --git a/migration/320-trunk/postgresql/023_Reverse_BF_1740254.sql b/migration/320-trunk/postgresql/023_Reverse_BF_1740254.sql new file mode 100644 index 0000000000..5afa97b044 --- /dev/null +++ b/migration/320-trunk/postgresql/023_Reverse_BF_1740254.sql @@ -0,0 +1,12 @@ +-- +-- [ 1740254 ] PriceList Version is empty in Product-Price tab +-- http://sourceforge.net/tracker/index.php?func=detail&aid=1740254&group_id=176962&atid=879332 +-- +-- Column M_ProductPrice.M_PriceList_Version_ID: + +-- Original File 012_BF_1740254.sql was deleted - the original file put the IsParent='N' +-- restoring past value from IsParent because somebody could apply this patch into their system + +UPDATE AD_COLUMN SET IsParent='Y' WHERE AD_Column_ID=2760; + +COMMIT;