/[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.69 by eldy, Mon Sep 26 02:02:51 2005 UTC revision 1.70 by eldy, Tue Sep 27 19:34:04 2005 UTC
# Line 370  alter table llx_contrat add   fk_projet Line 370  alter table llx_contrat add   fk_projet
370  alter table llx_contrat add   fk_commercial_signature integer NOT NULL after fk_projet;  alter table llx_contrat add   fk_commercial_signature integer NOT NULL after fk_projet;
371  alter table llx_contrat add   fk_commercial_suivi     integer NOT NULL after fk_commercial_signature;  alter table llx_contrat add   fk_commercial_suivi     integer NOT NULL after fk_commercial_signature;
372  alter table llx_contrat add   facture           smallint(6) default 0;  alter table llx_contrat add   facture           smallint(6) default 0;
373    alter table llx_contrat add   ref                   varchar(30) after rowid;
374    
375        
376  alter table llx_facturedet add date_start date;  alter table llx_facturedet add date_start date;
377  alter table llx_facturedet add date_end   date;  alter table llx_facturedet add date_end   date;

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

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