IDEMPIERE-1157 Adding functionality to add charts on the standard windows

This commit is contained in:
Carlos Ruiz 2017-07-27 17:43:22 +02:00
parent 363bedd9f5
commit d0b5697dc6
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Jul 26, 2017 3:01:47 PM CEST
-- IDEMPIERE-1157 Adding functionality to add charts on the standard windows
UPDATE AD_Table SET AD_Window_ID=53124,Updated=TO_DATE('2017-07-26 15:01:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=53282
;
SELECT register_migration_script('201707261502_ZoomDataSource.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Jul 26, 2017 3:01:47 PM CEST
-- IDEMPIERE-1157 Adding functionality to add charts on the standard windows
UPDATE AD_Table SET AD_Window_ID=53124,Updated=TO_TIMESTAMP('2017-07-26 15:01:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=53282
;
SELECT register_migration_script('201707261502_ZoomDataSource.sql') FROM dual
;