From f1c81b17b93858db07ce7d869a7e2b241d24f781 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 4 Sep 2008 08:30:27 +0000 Subject: [PATCH] FR [ 2092751 ] MO: Components: sort by Line --- migration/352a-trunk/289_FR2092751.sql | 5 +++++ migration/352a-trunk/postgresql/289_FR2092751.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/352a-trunk/289_FR2092751.sql create mode 100644 migration/352a-trunk/postgresql/289_FR2092751.sql diff --git a/migration/352a-trunk/289_FR2092751.sql b/migration/352a-trunk/289_FR2092751.sql new file mode 100644 index 0000000000..aabe02fb5a --- /dev/null +++ b/migration/352a-trunk/289_FR2092751.sql @@ -0,0 +1,5 @@ +-- Sep 1, 2008 3:49:12 PM EEST +-- +UPDATE AD_Field SET SortNo=1.000000000000,Updated=TO_DATE('2008-09-01 15:48:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53751 +; + diff --git a/migration/352a-trunk/postgresql/289_FR2092751.sql b/migration/352a-trunk/postgresql/289_FR2092751.sql new file mode 100644 index 0000000000..03d6d4e2ec --- /dev/null +++ b/migration/352a-trunk/postgresql/289_FR2092751.sql @@ -0,0 +1,5 @@ +-- Sep 1, 2008 3:49:12 PM EEST +-- +UPDATE AD_Field SET SortNo=1.000000000000,Updated=TO_TIMESTAMP('2008-09-01 15:48:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53751 +; +