phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php
Date: Tue, 14 Mar 2006 08:34:44 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/14 08:34:44

Modified files:
        setup          : tables_current.inc.php 

Log message:
        Something wrong with some ix-definitions, disable it for now

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/setup/tables_current.inc.php.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: phpgwapi/setup/tables_current.inc.php
diff -u phpgwapi/setup/tables_current.inc.php:1.56 
phpgwapi/setup/tables_current.inc.php:1.57
--- phpgwapi/setup/tables_current.inc.php:1.56  Mon Mar 13 13:48:16 2006
+++ phpgwapi/setup/tables_current.inc.php       Tue Mar 14 08:34:44 2006
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.56 2006/03/13 13:48:16 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.57 2006/03/14 08:34:44 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_current.inc.php,v $
        */
 
@@ -377,7 +377,8 @@
                        ),
                        'pk' => array('contact_id'),
                        'fk' => array(),
-                       'ix' => 
array('owner','access','contact_type_id',array('0' => True,'1' => 'cat_id','2' 
=> 'contact_type_id')),
+//                     'ix' => 
array('owner','access','contact_type_id',array('0' => True,'1' => 'cat_id','2' 
=> 'contact_type_id')),
+                       'ix' => array('owner','access','contact_type_id'),
                        'uc' => array()
                ),
                'phpgw_contact_person' => array(
@@ -432,7 +433,8 @@
                        ),
                        'pk' => array('org_id','person_id'),
                        'fk' => array(),
-                       'ix' => 
array('addr_id','person_id','org_id','preferred',array('0' => True,'1' => 
'org_id')),
+//                     'ix' => 
array('addr_id','person_id','org_id','preferred',array('0' => True,'1' => 
'org_id')),
+                       'ix' => 
array('addr_id','person_id','org_id','preferred'),
                        'uc' => array()
                ),
                'phpgw_contact_addr' => array(
@@ -502,7 +504,8 @@
                        ),
                        'pk' => array('comm_id'),
                        'fk' => array(),
-                       'ix' => 
array('comm_data','preferred','comm_descr_id','contact_id',array('0' => 
True,'1' => 'contact_id','2' => 'comm_descr_id')),
+//                     'ix' => 
array('comm_data','preferred','comm_descr_id','contact_id',array('0' => 
True,'1' => 'contact_id','2' => 'comm_descr_id')),
+                       'ix' => 
array('comm_data','preferred','comm_descr_id','contact_id'),
                        'uc' => array()
                ),
                'phpgw_contact_comm_descr' => array(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]