Fix wrong name scripts found on IDEMPIERE-1846 IDEMPIERE-2230 IDEMPIERE-1820

This commit is contained in:
Carlos Ruiz 2015-10-16 11:13:23 -05:00
parent 993901c7d7
commit 9e55d99fd8
8 changed files with 34 additions and 6 deletions

View File

@ -0,0 +1,14 @@
update ad_migrationscript set name='201507141982-IDEMPIERE-1846.sql' where name='201514071982-IDEMPIERE-1846.sql'
;
update ad_migrationscript set name='201508141982-IDEMPIERE-2230.sql' where name='201514081982-IDEMPIERE-2230.sql'
;
update ad_migrationscript set name='201509280947_IDEMPIERE-1820.sql' where name='210509280947_IDEMPIERE-1820.sql'
;
update ad_system set lastmigrationscriptapplied='201509280947_IDEMPIERE-1820.sql' where lastmigrationscriptapplied='210509280947_IDEMPIERE-1820.sql'
;
SELECT register_migration_script('201510161110_FixWrongNameScripts.sql') FROM dual
;

View File

@ -39,5 +39,5 @@ UPDATE AD_Field SET SeqNo=0,Updated=TO_DATE('2015-07-14 00:59:33','YYYY-MM-DD HH
-- Jul 14, 2015 2:07:07 AM ICT
UPDATE AD_Field SET IsUpdateable='Y',Updated=TO_DATE('2015-07-14 02:07:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1000000
;
SELECT register_migration_script('201514071982-IDEMPIERE-1846.sql') FROM dual
SELECT register_migration_script('201507141982-IDEMPIERE-1846.sql') FROM dual
;

View File

@ -5,6 +5,6 @@ SET DEFINE OFF
-- Aug 14, 2015 6:52:36 AM WITA
INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('I','Selected {0} rows',0,0,'Y',TO_DATE('2015-08-14 06:52:36','YYYY-MM-DD HH24:MI:SS'),100,TO_DATE('2015-08-14 06:52:36','YYYY-MM-DD HH24:MI:SS'),100,200355,'IWStatusSelected','D','316251b1-093c-4f33-bf37-4d5af0f000d5')
;
SELECT register_migration_script('201514081982-IDEMPIERE-2230.sql') FROM dual
SELECT register_migration_script('201508141982-IDEMPIERE-2230.sql') FROM dual
;

View File

@ -5,5 +5,5 @@ SET DEFINE OFF
-- IDEMPIERE-1820 node parameter tab (in workfow window) should hidden when not need
UPDATE AD_Tab SET DisplayLogic='@Action@=P|@Action@=R',Updated=TO_DATE('2015-09-28 09:48:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=577
;
SELECT register_migration_script('210509280947_IDEMPIERE-1820.sql') FROM dual
SELECT register_migration_script('201509280947_IDEMPIERE-1820.sql') FROM dual
;

View File

@ -0,0 +1,14 @@
update ad_migrationscript set name='201507141982-IDEMPIERE-1846.sql' where name='201514071982-IDEMPIERE-1846.sql'
;
update ad_migrationscript set name='201508141982-IDEMPIERE-2230.sql' where name='201514081982-IDEMPIERE-2230.sql'
;
update ad_migrationscript set name='201509280947_IDEMPIERE-1820.sql' where name='210509280947_IDEMPIERE-1820.sql'
;
update ad_system set lastmigrationscriptapplied='201509280947_IDEMPIERE-1820.sql' where lastmigrationscriptapplied='210509280947_IDEMPIERE-1820.sql'
;
SELECT register_migration_script('201510161110_FixWrongNameScripts.sql') FROM dual
;

View File

@ -36,5 +36,5 @@ UPDATE AD_Field SET SeqNo=0,Updated=TO_TIMESTAMP('2015-07-14 00:59:33','YYYY-MM-
-- Jul 14, 2015 2:07:07 AM ICT
UPDATE AD_Field SET IsUpdateable='Y',Updated=TO_TIMESTAMP('2015-07-14 02:07:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1000000
;
SELECT register_migration_script('201514071982-IDEMPIERE-1846.sql') FROM dual
SELECT register_migration_script('201507141982-IDEMPIERE-1846.sql') FROM dual
;

View File

@ -2,6 +2,6 @@
-- Aug 14, 2015 6:52:36 AM WITA
INSERT INTO AD_Message (MsgType,MsgText,AD_Client_ID,AD_Org_ID,IsActive,Created,CreatedBy,Updated,UpdatedBy,AD_Message_ID,Value,EntityType,AD_Message_UU) VALUES ('I','Selected {0} rows',0,0,'Y',TO_TIMESTAMP('2015-08-14 06:52:36','YYYY-MM-DD HH24:MI:SS'),100,TO_TIMESTAMP('2015-08-14 06:52:36','YYYY-MM-DD HH24:MI:SS'),100,200355,'IWStatusSelected','D','316251b1-093c-4f33-bf37-4d5af0f000d5')
;
SELECT register_migration_script('201514081982-IDEMPIERE-2230.sql') FROM dual
SELECT register_migration_script('201508141982-IDEMPIERE-2230.sql') FROM dual
;

View File

@ -2,5 +2,5 @@
-- IDEMPIERE-1820 node parameter tab (in workfow window) should hidden when not need
UPDATE AD_Tab SET DisplayLogic='@Action@=P|@Action@=R',Updated=TO_TIMESTAMP('2015-09-28 09:48:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=577
;
SELECT register_migration_script('210509280947_IDEMPIERE-1820.sql') FROM dual
SELECT register_migration_script('201509280947_IDEMPIERE-1820.sql') FROM dual
;