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 +; +