diff --git a/migration/i1.0z/oracle/201310080300_IDEMPIERE-1285.sql b/migration/i1.0z/oracle/201310080300_IDEMPIERE-1285.sql index 2892362909..53f2858d87 100644 --- a/migration/i1.0z/oracle/201310080300_IDEMPIERE-1285.sql +++ b/migration/i1.0z/oracle/201310080300_IDEMPIERE-1285.sql @@ -1,11 +1,6 @@ SET SQLBLANKLINES ON SET DEFINE OFF --- Oct 8, 2013 10:45:07 AM MYT --- IDEMPIERE-1196 Create a service to manage Home Widgets. -UPDATE AD_SysConfig SET Value='IDEMPIERE-1285 Estimated Landed Cost for PO',Updated=TO_DATE('2013-10-08 10:45:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50003 -; - -- Oct 8, 2013 10:45:41 AM MYT -- IDEMPIERE-1285 Estimated Landed Cost for PO UPDATE AD_Field SET SeqNo=80, IsDisplayed='Y', XPosition=1,Updated=TO_DATE('2013-10-08 10:45:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=11125 diff --git a/migration/i1.0z/postgresql/201310080300_IDEMPIERE-1285.sql b/migration/i1.0z/postgresql/201310080300_IDEMPIERE-1285.sql index 88c770790e..742bc69731 100644 --- a/migration/i1.0z/postgresql/201310080300_IDEMPIERE-1285.sql +++ b/migration/i1.0z/postgresql/201310080300_IDEMPIERE-1285.sql @@ -1,8 +1,3 @@ --- Oct 8, 2013 10:45:07 AM MYT --- IDEMPIERE-1196 Create a service to manage Home Widgets. -UPDATE AD_SysConfig SET Value='IDEMPIERE-1285 Estimated Landed Cost for PO',Updated=TO_TIMESTAMP('2013-10-08 10:45:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=50003 -; - -- Oct 8, 2013 10:45:41 AM MYT -- IDEMPIERE-1285 Estimated Landed Cost for PO UPDATE AD_Field SET SeqNo=80, IsDisplayed='Y', XPosition=1,Updated=TO_TIMESTAMP('2013-10-08 10:45:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=11125