Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] r235 - registry/trunk/app/Config/Schema

Subject: COmanage Developers List

List archive

Re: [comanage-dev] r235 - registry/trunk/app/Config/Schema


Chronological Thread 
  • From: Benn Oshrin <>
  • To:
  • Subject: Re: [comanage-dev] r235 - registry/trunk/app/Config/Schema
  • Date: Thu, 23 Feb 2012 10:33:18 -0500

FYI, schema update will probably catch this, but you could also run something like

alter INDEX cm_email_ddresses_i1 RENAME TO cm_email_addresses_i1;

if you want. It's not really a big deal.

-Benn-

On 2/23/12 10:26 AM,

wrote:
Author: benno
Date: 2012-02-23 10:26:24 -0500 (Thu, 23 Feb 2012)
New Revision: 235

Modified:
registry/trunk/app/Config/Schema/schema.xml
Log:
Fix misnamed index

Modified: registry/trunk/app/Config/Schema/schema.xml
===================================================================
--- registry/trunk/app/Config/Schema/schema.xml 2012-02-23 00:37:38 UTC (rev
234)
+++ registry/trunk/app/Config/Schema/schema.xml 2012-02-23 15:26:24 UTC (rev
235)
@@ -319,7 +319,7 @@
<field name="created" type="T" />
<field name="modified" type="T" />

-<index name="email_ddresses_i1">
+<index name="email_addresses_i1">
<col>co_person_id</col>
</index>
<index name="email_addresses_i2">





Archive powered by MHonArc 2.6.16.

Top of Page