/[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.68 by eldy, Sat Sep 17 17:38:02 2005 UTC revision 1.69 by eldy, Mon Sep 26 02:02:51 2005 UTC
# Line 1842  insert into llx_c_type_contact(rowid, el Line 1842  insert into llx_c_type_contact(rowid, el
1842  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);
1843                    
1844                    
1845  alter table llx_commande add ref_client varchar(30);  alter table llx_commande add ref_client varchar(30) after ref;
1846  alter table llx_facture add ref_client varchar(30);  alter table llx_facture add ref_client varchar(30) after facnumber;

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

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