From d0964ea381f4f476260d2410e07a080a496ffb53 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 13 Aug 2005 14:51:58 +0000 Subject: [PATCH] Ajout modification sur action_def manquante --- mysql/migration/1.1.0-2.0.0.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql/migration/1.1.0-2.0.0.sql b/mysql/migration/1.1.0-2.0.0.sql index 7afc8baabf4..a3655f76a8f 100644 --- a/mysql/migration/1.1.0-2.0.0.sql +++ b/mysql/migration/1.1.0-2.0.0.sql @@ -211,6 +211,9 @@ create table llx_societe_commerciaux alter table llx_action_def add code varchar(24) NOT NULL after rowid; + +alter table llx_action_def modify objet_type enum('ficheinter','facture','propale','mailing') default NULL; + update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention'; update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';