From 8b12e546ba6dddbe7e874d8dba31ba0c087e728e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Apr 2006 15:49:43 +0000 Subject: [PATCH] Ajoute choix pour modele commande par defaut --- mysql/migration/2.0.0-2.1.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index a03fc3046cb..9c4e95185ca 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -13,6 +13,8 @@ create table llx_commande_model_pdf description text )type=innodb; +insert into llx_commande_model_pdf(nom) values('azur'); + alter table llx_commande add column note_public text after note;