From 86fe300dde9857b29ffdc1231ff46429c799f9a0 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 17 Aug 2007 22:40:10 +0000 Subject: [PATCH] Fix [ 1672847 ] 2 bugs in Product Costs --- migration/330-trunk/008_BF_1672847.sql | 7 +++++++ migration/330-trunk/postgresql/008_BF_1672847.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 migration/330-trunk/008_BF_1672847.sql create mode 100644 migration/330-trunk/postgresql/008_BF_1672847.sql diff --git a/migration/330-trunk/008_BF_1672847.sql b/migration/330-trunk/008_BF_1672847.sql new file mode 100644 index 0000000000..a84d57cc9d --- /dev/null +++ b/migration/330-trunk/008_BF_1672847.sql @@ -0,0 +1,7 @@ +update AD_Column +set isparent = 'N' +where AD_Column_ID in (13467, 13468); + +update ad_tab +set ad_column_id = null +where AD_Tab_ID=701; \ No newline at end of file diff --git a/migration/330-trunk/postgresql/008_BF_1672847.sql b/migration/330-trunk/postgresql/008_BF_1672847.sql new file mode 100644 index 0000000000..a84d57cc9d --- /dev/null +++ b/migration/330-trunk/postgresql/008_BF_1672847.sql @@ -0,0 +1,7 @@ +update AD_Column +set isparent = 'N' +where AD_Column_ID in (13467, 13468); + +update ad_tab +set ad_column_id = null +where AD_Tab_ID=701; \ No newline at end of file