Fix wrong migration scripts
This commit is contained in:
parent
04e7862a1b
commit
93e48afd94
|
@ -1,4 +1,4 @@
|
||||||
-- Dez 02, 2008 12:27:12 PM ECT
|
-- Dez 02, 2008 12:27:12 PM ECT
|
||||||
-- fix Region Alaksa
|
-- 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
|
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
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-- Dez 02, 2008 12:27:12 PM ECT
|
-- Dez 02, 2008 12:27:12 PM ECT
|
||||||
-- fix Region Alaska
|
-- fix Region Alaska
|
||||||
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
|
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
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue