/[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.94 by hregis, Wed Nov 30 17:37:02 2005 UTC revision 1.95 by eldy, Wed Nov 30 23:09:28 2005 UTC
# Line 1930  insert into llx_c_type_contact(rowid, el Line 1930  insert into llx_c_type_contact(rowid, el
1930    
1931  insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (50, 'facture', 'internal', 'SALESREPFOLL',  'Commercial suivi du paiement', 1);  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);  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);  insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'SHIPPING',      'Contact client livraison', 1);
1934    insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (62, 'facture', 'external', 'SERVICE',       'Contact client préstation', 1);
1935    
1936    
           
1937  alter table llx_commande add ref_client varchar(30) after ref;  alter table llx_commande add ref_client varchar(30) after ref;
1938  alter table llx_facture add ref_client varchar(30) after facnumber;  alter table llx_facture add ref_client varchar(30) after facnumber;
1939  alter table llx_facture add date_valid date after datef;  alter table llx_facture add date_valid date after datef;

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

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