FR [3039241] - Add Russian Regions

https://sourceforge.net/tracker/index.php?func=detail&aid=3039241&group_id=176962&atid=883808#
Fill also the region name (based on wikipedia info)
This commit is contained in:
Carlos Ruiz 2011-03-26 00:31:33 -05:00
parent d87e870395
commit e72d1fdf4c
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
-- 18-dic-2010 12:46:11 COT
-- Russian Country regions
UPDATE C_Country SET RegionName='Federal Subject',Updated=TO_DATE('2010-12-18 12:46:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=286
;
-- 18-dic-2010 12:46:30 COT
UPDATE C_Country_Trl SET IsTranslated='Y',RegionName='Sujeto Federal',Updated=TO_DATE('2010-12-18 12:46:30','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=286 AND AD_Language LIKE 'es_%'
;

View File

@ -0,0 +1,9 @@
-- 18-dic-2010 12:46:11 COT
-- Russian Country regions
UPDATE C_Country SET RegionName='Federal Subject',Updated=TO_TIMESTAMP('2010-12-18 12:46:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=286
;
-- 18-dic-2010 12:46:30 COT
UPDATE C_Country_Trl SET IsTranslated='Y',RegionName='Sujeto Federal',Updated=TO_TIMESTAMP('2010-12-18 12:46:30','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=286 AND AD_Language LIKE 'es_%'
;