-- BF [2989431] - Country: Germany, add Region
-- https://sourceforge.net/tracker/?func=detail&aid=2989431&group_id=176962&atid=879332
This commit is contained in:
parent
012e1af151
commit
c581a98596
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue