From 1b1b5d13f6c0eeccc7d896deff987999ed861457 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 5 Mar 2009 19:54:00 +0000 Subject: [PATCH] [ 2666056 ] Product Planning: do not allow to create products https://sourceforge.net/tracker/index.php?func=detail&aid=2666056&group_id=176962&atid=934929 --- migration/353a-trunk/oracle/426_009_BF2666056.sql | 5 +++++ migration/353a-trunk/postgresql/426_009_BF2666056.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/353a-trunk/oracle/426_009_BF2666056.sql create mode 100644 migration/353a-trunk/postgresql/426_009_BF2666056.sql diff --git a/migration/353a-trunk/oracle/426_009_BF2666056.sql b/migration/353a-trunk/oracle/426_009_BF2666056.sql new file mode 100644 index 0000000000..1f013947e4 --- /dev/null +++ b/migration/353a-trunk/oracle/426_009_BF2666056.sql @@ -0,0 +1,5 @@ +-- 05.03.2009 21:51:10 EET +-- [ 2664599 ] Fix CreateCostElement process parameters +UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_DATE('2009-03-05 21:51:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53032 +; + diff --git a/migration/353a-trunk/postgresql/426_009_BF2666056.sql b/migration/353a-trunk/postgresql/426_009_BF2666056.sql new file mode 100644 index 0000000000..7719b20d5a --- /dev/null +++ b/migration/353a-trunk/postgresql/426_009_BF2666056.sql @@ -0,0 +1,5 @@ +-- 05.03.2009 21:51:10 EET +-- [ 2664599 ] Fix CreateCostElement process parameters +UPDATE AD_Tab SET IsInsertRecord='N',Updated=TO_TIMESTAMP('2009-03-05 21:51:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53032 +; +