diff --git a/migration/354a-trunk/oracle/715_BF2989431.sql b/migration/354a-trunk/oracle/715_BF2989431.sql new file mode 100644 index 0000000000..6f5cc01696 --- /dev/null +++ b/migration/354a-trunk/oracle/715_BF2989431.sql @@ -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 +; + diff --git a/migration/354a-trunk/postgresql/715_BF2989431.sql b/migration/354a-trunk/postgresql/715_BF2989431.sql new file mode 100644 index 0000000000..600691a0f8 --- /dev/null +++ b/migration/354a-trunk/postgresql/715_BF2989431.sql @@ -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 +; +