From 0941baae37d8d113fecfc54cce64a3da78363ed3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 May 2006 16:47:24 +0000 Subject: [PATCH] =?UTF-8?q?L'activation=20des=20mod=E8les=20de=20documents?= =?UTF-8?q?=20de=20commande=20forunisseurs=20se=20base=20sur=20meme=20arch?= =?UTF-8?q?itecture=20que=20les=20autres.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 0f19b7e71dd..d90bcd32b19 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -46,12 +46,6 @@ create table llx_comfourn_facfourn )type=innodb; -create table llx_commande_fournisseur_model_pdf -( - nom varchar(50) PRIMARY KEY, - libelle varchar(255), - description text -)type=innodb; alter table llx_categorie drop column fk_statut; alter table llx_categorie add visible tinyint DEFAULT 1 NOT NULL;