Renaming folder i1.0c-release to i1.0c and opening folder i2.0

This commit is contained in:
Carlos Ruiz 2013-11-01 02:22:30 -05:00
parent 4fd8b7d079
commit 59d9a813aa
145 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,11 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Oct 30, 2013 11:22:12 AM COT
-- IDEMPIERE-1478 Usability improvement - closing without saving
INSERT INTO AD_Message (MsgType,MsgText,AD_Message_ID,EntityType,AD_Message_UU,Value,IsActive,Updated,CreatedBy,UpdatedBy,AD_Org_ID,Created,AD_Client_ID) VALUES ('I','There are unsaved changes - are you sure to close?',200238,'D','276708d4-7bd0-4241-b996-4213e0c47144','CloseUnSave?','Y',TO_DATE('2013-10-30 11:22:11','YYYY-MM-DD HH24:MI:SS'),100,100,0,TO_DATE('2013-10-30 11:22:11','YYYY-MM-DD HH24:MI:SS'),0)
;
SELECT register_migration_script('201310301122_IDEMPIERE-1478.sql') FROM dual
;

View File

@ -0,0 +1,16 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- 30/10/2013 12:11:00 PM COT
-- IDEMPIERE-1443 leadconversion - can't translate
UPDATE AD_Field SET IsAllowCopy='N',Updated=TO_DATE('2013-10-30 12:11:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62137
;
-- 30/10/2013 12:12:23 PM COT
-- IDEMPIERE-1443 leadconversion - can't translate
UPDATE AD_Field SET IsAllowCopy='N',Updated=TO_DATE('2013-10-30 12:12:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=62149
;
SELECT register_migration_script('201310301212_IDEMPIERE-1443.sql') FROM dual
;

Some files were not shown because too many files have changed in this diff Show More