From 7ffd334a789ce499e0fb1dc402e1df78a68d025d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 26 Aug 2013 13:08:22 -0500 Subject: [PATCH] IDEMPIERE-1157: Adding functionality to add charts on the standard windows / minor fix --- .../i1.0c-release/oracle/201307101823_IDEMPIERE-1157.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/migration/i1.0c-release/oracle/201307101823_IDEMPIERE-1157.sql b/migration/i1.0c-release/oracle/201307101823_IDEMPIERE-1157.sql index fab10e2817..0c354a523e 100644 --- a/migration/i1.0c-release/oracle/201307101823_IDEMPIERE-1157.sql +++ b/migration/i1.0c-release/oracle/201307101823_IDEMPIERE-1157.sql @@ -1,3 +1,6 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + -- 23/08/2010 1:24:00 PM -- Chart INSERT INTO AD_Table (AccessLevel,AD_Client_ID,AD_Org_ID,AD_Table_ID,CopyColumnsFromTable,Created,CreatedBy,Description,EntityType,Help,ImportTable,IsActive,IsCentrallyMaintained,IsChangeLog,IsDeleteable,IsHighVolume,IsSecurityEnabled,IsView,LoadSeq,Name,ReplicationType,TableName,Updated,UpdatedBy) VALUES ('4',0,0,53282,'N',TO_DATE('2010-08-23 13:23:59','YYYY-MM-DD HH24:MI:SS'),100,'Chart definition','D','Charts provide a graphical display of information.','N','Y','Y','N','Y','N','N','N',0,'Chart','L','AD_Chart',TO_DATE('2010-08-23 13:23:59','YYYY-MM-DD HH24:MI:SS'),100) @@ -2315,4 +2318,4 @@ ALTER TABLE AD_ChartDatasource ADD CONSTRAINT AD_ChartDatasource_UU_idx UNIQUE ( ; SELECT register_migration_script('201307101823_IDEMPIERE-1157.sql') FROM dual -; \ No newline at end of file +;