From dedfe45a9bada941e680ad658fe3ee0caf693c86 Mon Sep 17 00:00:00 2001 From: tspc Date: Mon, 11 Feb 2008 12:34:44 +0000 Subject: [PATCH] BF [ 1891105 ] Migration scripts failing when run with SQLPLUS --- .../331b-trunk/046_FR1800371_SystemConfiguratorEnhancements.sql | 1 + migration/331b-trunk/075_FR1877902_BeanshellCallout.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/migration/331b-trunk/046_FR1800371_SystemConfiguratorEnhancements.sql b/migration/331b-trunk/046_FR1800371_SystemConfiguratorEnhancements.sql index 32661d3fa0..73489850d7 100644 --- a/migration/331b-trunk/046_FR1800371_SystemConfiguratorEnhancements.sql +++ b/migration/331b-trunk/046_FR1800371_SystemConfiguratorEnhancements.sql @@ -1,3 +1,4 @@ +SET SQLBLANKLINES ON -- Dec 15, 2007 12:31:13 PM COT -- FR 1800371 System Configurator Enhancements INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,ReadOnlyLogic,SeqNo,Updated,UpdatedBy,Version) VALUES (0,53270,1682,0,18,389,50009,'EntityType',TO_DATE('2007-12-15 12:31:11','YYYY-MM-DD HH24:MI:SS'),100,'U','Dictionary Entity Type; Determines ownership and synchronization','D',40,'The Entity Types "Dictionary", "Adempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. diff --git a/migration/331b-trunk/075_FR1877902_BeanshellCallout.sql b/migration/331b-trunk/075_FR1877902_BeanshellCallout.sql index 2f15553d82..c858768124 100644 --- a/migration/331b-trunk/075_FR1877902_BeanshellCallout.sql +++ b/migration/331b-trunk/075_FR1877902_BeanshellCallout.sql @@ -1,3 +1,4 @@ +SET SQLBLANKLINES ON -- Jan 23, 2008 11:41:33 AM COT -- 1877902 - Implement beanshell callout INSERT INTO AD_Table (AD_Client_ID,AD_Org_ID,AD_Table_ID,AccessLevel,CopyColumnsFromTable,Created,CreatedBy,EntityType,ImportTable,IsActive,IsChangeLog,IsDeleteable,IsHighVolume,IsSecurityEnabled,IsView,LoadSeq,Name,ReplicationType,TableName,Updated,UpdatedBy) VALUES (0,0,53058,'4','N',TO_DATE('2008-01-23 11:41:30','YYYY-MM-DD HH24:MI:SS'),100,'D','N','Y','N','Y','N','N','N',0,'Rule','L','AD_Rule',TO_DATE('2008-01-23 11:41:30','YYYY-MM-DD HH24:MI:SS'),100)