dolibarr-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-cvs] dolibarr/mysql/migration 2.0.0-2.1.0.sql


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/mysql/migration 2.0.0-2.1.0.sql
Date: Mon, 12 Jun 2006 15:52:10 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/12 15:52:10

Modified files:
        mysql/migration: 2.0.0-2.1.0.sql 

Log message:
        ajout de la constante PROPALE_VALIDITY_DURATION pour définir une durée 
de validité
         des propales par défaut lors de la création

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/migration/2.0.0-2.1.0.sql?cvsroot=dolibarr&r1=1.99&r2=1.100

Patches:
Index: 2.0.0-2.1.0.sql
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/mysql/migration/2.0.0-2.1.0.sql,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- 2.0.0-2.1.0.sql     12 Jun 2006 15:48:54 -0000      1.99
+++ 2.0.0-2.1.0.sql     12 Jun 2006 15:52:10 -0000      1.100
@@ -1,4 +1,4 @@
--- $Revision: 1.99 $
+-- $Revision: 1.100 $
 --
 -- Attention à l ordre des requetes
 -- ce fichier doit être chargé sur une version 2.0.0 
@@ -294,6 +294,6 @@
 alter table llx_societe_remise_except modify description varchar(255) NOT NULL;
 
 insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM',  
'system', 'Envoi Commande');
-update llx_actioncomm set fk_action = '8' where fk_action =  '3' and label = 
'Envoi commande par mail'
+update llx_actioncomm set fk_action = '8' where fk_action =  '3' and label = 
'Envoi commande par mail';
 
 insert into llx_const (name, value, type, visible, note) VALUES 
('PROPALE_VALIDITY_DURATION', '15', 'chaine', 1, 'Durée de validitée des 
propales');
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]