-- BF [2989431] - Country: Germany, add Region

-- https://sourceforge.net/tracker/?func=detail&aid=2989431&group_id=176962&atid=879332
This commit is contained in:
trifonnt 2010-04-19 15:51:08 +00:00
parent 012e1af151
commit c581a98596
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Apr 19, 2010 5:30:18 PM CEST
-- BF [2989431] - Country: Germany, add Region
-- https://sourceforge.net/tracker/?func=detail&aid=2989431&group_id=176962&atid=879332
UPDATE C_Country SET CaptureSequence='@A1@ @A2@ @A3@ @A4@ D-@P@ @R@ @C@ @CO@',Updated=TO_DATE('2010-04-19 17:30:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=101
;

View File

@ -0,0 +1,6 @@
-- Apr 19, 2010 5:30:18 PM CEST
-- BF [2989431] - Country: Germany, add Region
-- https://sourceforge.net/tracker/?func=detail&aid=2989431&group_id=176962&atid=879332
UPDATE C_Country SET CaptureSequence='@A1@ @A2@ @A3@ @A4@ D-@P@ @R@ @C@ @CO@',Updated=TO_TIMESTAMP('2010-04-19 17:30:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=101
;