diff --git a/migration/353a-trunk/oracle/390_BF2497770.sql b/migration/353a-trunk/oracle/390_BF2497770.sql new file mode 100644 index 0000000000..9f9a9cf171 --- /dev/null +++ b/migration/353a-trunk/oracle/390_BF2497770.sql @@ -0,0 +1,5 @@ +-- 10-Jan-2009 19:27:28 MYT +-- BUG 2497770 -- JavaPOS DocType Setup in GW +UPDATE C_POS SET C_DocType_ID=135,Updated=TO_DATE('2009-01-10 19:27:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100 +; + diff --git a/migration/353a-trunk/postgresql/390_BF2497770.sql b/migration/353a-trunk/postgresql/390_BF2497770.sql new file mode 100644 index 0000000000..4f4b0aa434 --- /dev/null +++ b/migration/353a-trunk/postgresql/390_BF2497770.sql @@ -0,0 +1,5 @@ +-- 10-Jan-2009 19:27:28 MYT +-- BUG 2497770 -- JavaPOS DocType Setup in GW +UPDATE C_POS SET C_DocType_ID=135,Updated=TO_TIMESTAMP('2009-01-10 19:27:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_POS_ID=100 +; +