From e856dcc4bf3245632effa8d35f55d076769595d3 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Wed, 3 Sep 2008 14:21:59 +0000 Subject: [PATCH] BF [ 2052847 ] Components of BOM sort --- migration/352a-trunk/286_BF2052847.sql | 4 ++++ migration/352a-trunk/postgresql/286_BF2052847.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/352a-trunk/286_BF2052847.sql create mode 100644 migration/352a-trunk/postgresql/286_BF2052847.sql diff --git a/migration/352a-trunk/286_BF2052847.sql b/migration/352a-trunk/286_BF2052847.sql new file mode 100644 index 0000000000..de3094f1aa --- /dev/null +++ b/migration/352a-trunk/286_BF2052847.sql @@ -0,0 +1,4 @@ +-- 29.08.2008 16:50:06 EEST +-- Fix BOM Window, Line order +UPDATE AD_Field SET SortNo=1.000000000000,Updated=TO_DATE('2008-08-29 16:50:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53485 +; diff --git a/migration/352a-trunk/postgresql/286_BF2052847.sql b/migration/352a-trunk/postgresql/286_BF2052847.sql new file mode 100644 index 0000000000..559aa7ee43 --- /dev/null +++ b/migration/352a-trunk/postgresql/286_BF2052847.sql @@ -0,0 +1,4 @@ +-- 29.08.2008 16:50:06 EEST +-- Fix BOM Window, Line order +UPDATE AD_Field SET SortNo=1.000000000000,Updated=TO_TIMESTAMP('2008-08-29 16:50:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53485 +;