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;