From c7d1ef47e06442c7b2b17fe50bc93cb09c5f0c3f Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 2 Oct 2012 14:50:34 -0500 Subject: [PATCH] IDEMPIERE-207 GL Journal Generator / Fix ORA-00972: identifier is too long --- migration/360lts-release/oracle/918_IDEMPIERE-207.sql | 2 +- migration/360lts-release/postgresql/918_IDEMPIERE-207.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/360lts-release/oracle/918_IDEMPIERE-207.sql b/migration/360lts-release/oracle/918_IDEMPIERE-207.sql index 753e713c9f..2f39735360 100644 --- a/migration/360lts-release/oracle/918_IDEMPIERE-207.sql +++ b/migration/360lts-release/oracle/918_IDEMPIERE-207.sql @@ -1383,7 +1383,7 @@ ALTER TABLE GL_JournalGeneratorSource ADD GL_JournalGeneratorSource_UU NVARCHAR2 -- Sep 24, 2012 1:52:08 PM COT -- IDEMPIERE-207 GL Journal Generator -CREATE UNIQUE INDEX GL_JournalGeneratorSource_U_uu_idx ON gl_journalgeneratorsource(GL_JournalGeneratorSource_UU) +CREATE UNIQUE INDEX GL_JournalGeneratorSour_uu_idx ON gl_journalgeneratorsource(GL_JournalGeneratorSource_UU) ; -- Sep 24, 2012 2:13:33 PM COT diff --git a/migration/360lts-release/postgresql/918_IDEMPIERE-207.sql b/migration/360lts-release/postgresql/918_IDEMPIERE-207.sql index 777f1c07de..d1d2e440c3 100644 --- a/migration/360lts-release/postgresql/918_IDEMPIERE-207.sql +++ b/migration/360lts-release/postgresql/918_IDEMPIERE-207.sql @@ -1383,7 +1383,7 @@ ALTER TABLE GL_JournalGeneratorSource ADD COLUMN GL_JournalGeneratorSource_UU VA -- Sep 24, 2012 1:52:08 PM COT -- IDEMPIERE-207 GL Journal Generator -CREATE UNIQUE INDEX GL_JournalGeneratorSource_U_uu_idx ON gl_journalgeneratorsource(GL_JournalGeneratorSource_UU) +CREATE UNIQUE INDEX GL_JournalGeneratorSour_uu_idx ON gl_journalgeneratorsource(GL_JournalGeneratorSource_UU) ; -- Sep 24, 2012 2:13:33 PM COT