diff --git a/migration/353a-trunk/oracle/531_BF2839974.sql b/migration/353a-trunk/oracle/531_BF2839974.sql new file mode 100644 index 0000000000..87a6fcd571 --- /dev/null +++ b/migration/353a-trunk/oracle/531_BF2839974.sql @@ -0,0 +1,5 @@ +-- Aug 18, 2009 7:17:15 PM COT +-- [ adempiere-Libero-2839974 ] Not zoom for payroll period +UPDATE AD_Table SET AD_Window_ID=53038,Updated=TO_DATE('2009-08-18 19:17:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=53094 +; + diff --git a/migration/353a-trunk/postgresql/531_BF2839974.sql b/migration/353a-trunk/postgresql/531_BF2839974.sql new file mode 100644 index 0000000000..5526cf1bd5 --- /dev/null +++ b/migration/353a-trunk/postgresql/531_BF2839974.sql @@ -0,0 +1,5 @@ +-- Aug 18, 2009 7:17:15 PM COT +-- [ adempiere-Libero-2839974 ] Not zoom for payroll period +UPDATE AD_Table SET AD_Window_ID=53038,Updated=TO_TIMESTAMP('2009-08-18 19:17:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=53094 +; +