From af45fdada7c3a2ed7cd0d7d258ab8ebafbfaa957 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Sat, 21 Jul 2007 07:20:07 +0000 Subject: [PATCH] [ 1740254 ] PriceList Version is empty in Product-Price tab - remove incorrect sql patch. --- migration/320-trunk/012_BF_1740254.sql | 8 -------- migration/320-trunk/postgresql/012_BF_1740254.sql | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 migration/320-trunk/012_BF_1740254.sql delete mode 100644 migration/320-trunk/postgresql/012_BF_1740254.sql diff --git a/migration/320-trunk/012_BF_1740254.sql b/migration/320-trunk/012_BF_1740254.sql deleted file mode 100644 index d4162f76c1..0000000000 --- a/migration/320-trunk/012_BF_1740254.sql +++ /dev/null @@ -1,8 +0,0 @@ --- --- [ 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: -UPDATE AD_Column SET IsParent='N' WHERE AD_Column_ID=2760; --- -COMMIT; diff --git a/migration/320-trunk/postgresql/012_BF_1740254.sql b/migration/320-trunk/postgresql/012_BF_1740254.sql deleted file mode 100644 index d4162f76c1..0000000000 --- a/migration/320-trunk/postgresql/012_BF_1740254.sql +++ /dev/null @@ -1,8 +0,0 @@ --- --- [ 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: -UPDATE AD_Column SET IsParent='N' WHERE AD_Column_ID=2760; --- -COMMIT;