From b619468f26ef8c075e9a463eb5c2364855b46318 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Tue, 7 Jul 2009 09:02:58 +0000 Subject: [PATCH] [ 2817870 ] MO should use only validated BOMs and WFs https://sourceforge.net/tracker/?func=detail&aid=2817870&group_id=176962&atid=934929 Product Planning window, Product tab (first) - Verify BOM button should be editable --- migration/353a-trunk/oracle/495_BF2817870.sql | 5 +++++ migration/353a-trunk/postgresql/495_BF2817870.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/353a-trunk/oracle/495_BF2817870.sql create mode 100644 migration/353a-trunk/postgresql/495_BF2817870.sql diff --git a/migration/353a-trunk/oracle/495_BF2817870.sql b/migration/353a-trunk/oracle/495_BF2817870.sql new file mode 100644 index 0000000000..18f898c500 --- /dev/null +++ b/migration/353a-trunk/oracle/495_BF2817870.sql @@ -0,0 +1,5 @@ +-- 07.07.2009 11:45:51 EEST +-- +UPDATE AD_Field SET DisplayLength=10, IsReadOnly='N',Updated=TO_DATE('2009-07-07 11:45:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53594 +; + diff --git a/migration/353a-trunk/postgresql/495_BF2817870.sql b/migration/353a-trunk/postgresql/495_BF2817870.sql new file mode 100644 index 0000000000..e2dd888a14 --- /dev/null +++ b/migration/353a-trunk/postgresql/495_BF2817870.sql @@ -0,0 +1,5 @@ +-- 07.07.2009 11:45:51 EEST +-- +UPDATE AD_Field SET DisplayLength=10, IsReadOnly='N',Updated=TO_TIMESTAMP('2009-07-07 11:45:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53594 +; +