/[dolibarr]/dolibarr/mysql/migration/1.1.0-2.0.0.sql
ViewVC logotype

Diff of /dolibarr/mysql/migration/1.1.0-2.0.0.sql

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

revision 1.99 by hregis, Sat Dec 3 11:02:48 2005 UTC revision 1.100 by eldy, Sat Dec 3 21:48:35 2005 UTC
# Line 1882  create table llx_societe_perms Line 1882  create table llx_societe_perms
1882  )type=innodb;  )type=innodb;
1883    
1884    
1885  drop table if exists llx_element_contact;  drop table if exists llx_contact_facture;
1886    
1887  drop table if exists llx_c_type_contact;  drop table if exists llx_c_type_contact;
1888    
1889  create table llx_c_type_contact  create table llx_c_type_contact
# Line 1902  ALTER TABLE llx_c_type_contact Line 1903  ALTER TABLE llx_c_type_contact
1903    
1904  create table llx_element_contact  create table llx_element_contact
1905  (  (
1906    rowid           integer AUTO_INCREMENT PRIMARY KEY,      rowid             integer AUTO_INCREMENT PRIMARY KEY,  
1907    datecreate      datetime NULL,                        -- date de creation de l'enregistrement    datecreate        datetime NULL,                      -- date de creation de l'enregistrement
1908    statut          smallint DEFAULT 5,           -- 5 inactif, 4 actif    statut            smallint DEFAULT 5,         -- 5 inactif, 4 actif
     
1909    element_id            int NOT NULL,               -- la reference de l'element.    element_id            int NOT NULL,               -- la reference de l'element.
1910    fk_c_type_contact     int NOT NULL,           -- nature du contact.    fk_c_type_contact     int NOT NULL,           -- nature du contact.
1911    fk_socpeople      integer NOT NULL    fk_socpeople      integer NOT NULL

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

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