From 2c01c9e3742a8de97d0fe62a9e2410da71f69f6e Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Fri, 12 Dec 2008 13:37:11 +0000 Subject: [PATCH] BF [ 2420918 ] Error at Calculate material plan (MRP) --- migration/352a-trunk/359_BF2420918.sql | 4 ++++ migration/352a-trunk/postgresql/359_BF2420918.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/352a-trunk/359_BF2420918.sql create mode 100644 migration/352a-trunk/postgresql/359_BF2420918.sql diff --git a/migration/352a-trunk/359_BF2420918.sql b/migration/352a-trunk/359_BF2420918.sql new file mode 100644 index 0000000000..063e4c45d3 --- /dev/null +++ b/migration/352a-trunk/359_BF2420918.sql @@ -0,0 +1,4 @@ +-- 12.12.2008 15:10:33 EET +UPDATE AD_Column SET DefaultValue='Z',Updated=TO_DATE('2008-12-12 15:10:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=53457 +; + diff --git a/migration/352a-trunk/postgresql/359_BF2420918.sql b/migration/352a-trunk/postgresql/359_BF2420918.sql new file mode 100644 index 0000000000..e5b86de8a1 --- /dev/null +++ b/migration/352a-trunk/postgresql/359_BF2420918.sql @@ -0,0 +1,4 @@ +-- 12.12.2008 15:10:33 EET +UPDATE AD_Column SET DefaultValue='Z',Updated=TO_TIMESTAMP('2008-12-12 15:10:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=53457 +; +