From 30f3d030a72b18e0d03f695f2e9a50173f63c9bf Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 21 Jul 2007 16:20:50 +0000 Subject: [PATCH] Reverse BF 1740254 The column was wrongly updated in file 012_BF_1740254.sql (now deleted), somebody mistakenly could apply the 012 patch to their system --- migration/320-trunk/023_Reverse_BF_1740254.sql | 12 ++++++++++++ .../320-trunk/postgresql/023_Reverse_BF_1740254.sql | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 migration/320-trunk/023_Reverse_BF_1740254.sql create mode 100644 migration/320-trunk/postgresql/023_Reverse_BF_1740254.sql 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;