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