/[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.42 by rodolphe, Sat Aug 13 14:43:25 2005 UTC revision 1.43 by rodolphe, Sat Aug 13 14:51:58 2005 UTC
# Line 211  create table llx_societe_commerciaux Line 211  create table llx_societe_commerciaux
211    
212    
213  alter table llx_action_def add code varchar(24) NOT NULL after rowid;  alter table llx_action_def add code varchar(24) NOT NULL after rowid;
214    
215    alter table llx_action_def modify objet_type enum('ficheinter','facture','propale','mailing') default NULL;
216    
217  update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention';  update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention';
218  update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';  update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';
219    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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