phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cdb/doc cdb-classes.txt,1.5,1.6 cdb.sql,1.7,1.8


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/doc cdb-classes.txt,1.5,1.6 cdb.sql,1.7,1.8 cdb.sql-README.txt,1.3,1.4
Date: Thu, 14 Feb 2002 00:06:41 -0500

Update of /cvsroot/phpgroupware/cdb/doc
In directory subversions:/tmp/cvs-serv3245/doc

Modified Files:
        cdb-classes.txt cdb.sql cdb.sql-README.txt 
Log Message:
Milosch didn't like my //////'s :-)


Index: cdb-classes.txt
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/doc/cdb-classes.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cdb-classes.txt     28 Jan 2002 09:51:28 -0000      1.5
--- cdb-classes.txt     14 Feb 2002 05:06:39 -0000      1.6
***************
*** 498,502 ****
            returns the new phone id, zero on failure
  
!      get_id() returns int
       get_type_name() returns string
       get_type() returns int
--- 498,502 ----
            returns the new phone id, zero on failure
  
!      get_phone_id() returns int
       get_type_name() returns string
       get_type() returns int

Index: cdb.sql
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/doc/cdb.sql,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** cdb.sql     28 Jan 2002 09:51:28 -0000      1.7
--- cdb.sql     14 Feb 2002 05:06:39 -0000      1.8
***************
*** 177,185 ****
  CREATE TABLE cdb_contact_phone (
    contact_phone_id int(11) unsigned DEFAULT '0' NOT NULL,
!   contact_id int(11) unsigned DEFAULT '0' NOT NULL,
    phone_category_id int(11) unsigned NOT NULL,
    number char(100),
    PRIMARY KEY (contact_phone_id),
!   KEY idx_contact_id (contact_id),
    KEY idx_phone_category_id (phone_category_id)
  );
--- 177,185 ----
  CREATE TABLE cdb_contact_phone (
    contact_phone_id int(11) unsigned DEFAULT '0' NOT NULL,
!   entity_id int(11) unsigned DEFAULT '0' NOT NULL,
    phone_category_id int(11) unsigned NOT NULL,
    number char(100),
    PRIMARY KEY (contact_phone_id),
!   KEY idx_entity_id (entity_id),
    KEY idx_phone_category_id (phone_category_id)
  );

Index: cdb.sql-README.txt
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/doc/cdb.sql-README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cdb.sql-README.txt  22 Nov 2000 20:43:38 -0000      1.3
--- cdb.sql-README.txt  14 Feb 2002 05:06:39 -0000      1.4
***************
*** 61,65 ****
  
          Each phone number has the number (up to 100 chars), a link to the
!         phone_category and a link to the contact_id.
  
     - contact_phone_category
--- 61,65 ----
  
          Each phone number has the number (up to 100 chars), a link to the
!         phone_category and a link to the entity_id.
  
     - contact_phone_category




reply via email to

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