From 4bcc8d2afa8a030336d3bbc36d394314e1509491 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Mar 2006 17:47:36 +0000 Subject: [PATCH] New: Ajout champ note publique sur commandes fournisseurs --- mysql/migration/2.0.0-2.1.0.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index f135749c1cd..b0d607437e7 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -92,6 +92,9 @@ ALTER TABLE llx_commande_fournisseur ADD INDEX idx_commande_fournisseur_fk_soc ( ALTER TABLE llx_commande_fournisseur ADD CONSTRAINT fk_commande_fournisseur_societe FOREIGN KEY (fk_soc) REFERENCES llx_societe (idp); +alter table llx_commande_fournisseur add note_public text after note; + + create table llx_avoir_model_pdf ( nom varchar(50) PRIMARY KEY,