/[dolibarr]/dolibarr/mysql/tables/llx_c_type_contact.sql
ViewVC logotype

Diff of /dolibarr/mysql/tables/llx_c_type_contact.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by eldy, Wed Sep 7 22:48:03 2005 UTC revision 1.3 by eldy, Thu Sep 8 18:43:34 2005 UTC
# Line 38  create table llx_c_type_contact Line 38  create table llx_c_type_contact
38    libelle           varchar(64) NOT NULL,    libelle           varchar(64) NOT NULL,
39    active            tinyint DEFAULT 1  NOT NULL    active            tinyint DEFAULT 1  NOT NULL
40  )type=innodb;  )type=innodb;
   
   
 ALTER TABLE llx_c_type_contact  
         ADD UNIQUE INDEX idx_c_type_contact_uk (element, code);  
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26