From 823c1fe65c7e826c463b36cdc7bf1bdafdcf824d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 3 Dec 2008 04:38:36 +0000 Subject: [PATCH] Fix United States Regions has Arkansas listed twice - ID: 2374272 Fix contributed by Dominik (banym) --- migration/352a-trunk/338_BF2374272.sql | 4 ++++ migration/352a-trunk/postgresql/338_BF2374272.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/352a-trunk/338_BF2374272.sql create mode 100644 migration/352a-trunk/postgresql/338_BF2374272.sql diff --git a/migration/352a-trunk/338_BF2374272.sql b/migration/352a-trunk/338_BF2374272.sql new file mode 100644 index 0000000000..f19d91148d --- /dev/null +++ b/migration/352a-trunk/338_BF2374272.sql @@ -0,0 +1,4 @@ +-- Dez 02, 2008 12:27:12 PM ECT +-- fix Region Alaksa +update c_region set Description='Alaska',Updated=TO_DATE('2008-12-02 12:27:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where c_region_id=118 +; diff --git a/migration/352a-trunk/postgresql/338_BF2374272.sql b/migration/352a-trunk/postgresql/338_BF2374272.sql new file mode 100644 index 0000000000..f19d91148d --- /dev/null +++ b/migration/352a-trunk/postgresql/338_BF2374272.sql @@ -0,0 +1,4 @@ +-- Dez 02, 2008 12:27:12 PM ECT +-- fix Region Alaksa +update c_region set Description='Alaska',Updated=TO_DATE('2008-12-02 12:27:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where c_region_id=118 +;