/[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.93 by eldy, Sat Nov 26 01:42:23 2005 UTC revision 1.94 by hregis, Wed Nov 30 17:37:02 2005 UTC
# Line 1928  insert into llx_c_type_contact(rowid, el Line 1928  insert into llx_c_type_contact(rowid, el
1928  insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (80, 'projet',  'internal', 'PROJECTLEADER', 'Chef de Projet', 1);  insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (80, 'projet',  'internal', 'PROJECTLEADER', 'Chef de Projet', 1);
1929  insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (81, 'projet',  'external', 'PROJECTLEADER', 'Chef de Projet', 1);  insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (81, 'projet',  'external', 'PROJECTLEADER', 'Chef de Projet', 1);
1930    
1931    insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (50, 'facture', 'internal', 'SALESREPFOLL',  'Commercial suivi du paiement', 1);
1932    insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (60, 'facture', 'external', 'BILLING',       'Contact client facturation', 1);
1933    insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'CUSTOMER',      'Contact client livraison/préstation', 1);
1934    
1935                    
1936  alter table llx_commande add ref_client varchar(30) after ref;  alter table llx_commande add ref_client varchar(30) after ref;
1937  alter table llx_facture add ref_client varchar(30) after facnumber;  alter table llx_facture add ref_client varchar(30) after facnumber;

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

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