From 09306ba974c4ff9c6117a97cff8db1e3dc2ca83a Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 15 Jul 2016 10:23:36 +0200
Subject: [PATCH] Drop not used table llx_document_generator (list of
 generators must be managed by submodules like are the templates of document
 or engines to select emailing targets (scan of a dedicated dir)

---
 htdocs/install/mysql/migration/4.0.0-5.0.0.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/install/mysql/migration/4.0.0-5.0.0.sql b/htdocs/install/mysql/migration/4.0.0-5.0.0.sql
index 849a71c935f..be9a6bc81ec 100644
--- a/htdocs/install/mysql/migration/4.0.0-5.0.0.sql
+++ b/htdocs/install/mysql/migration/4.0.0-5.0.0.sql
@@ -24,6 +24,7 @@
 
 ALTER TABLE llx_website ADD COLUMN virtualhost   varchar(255) after fk_default_home;
 
+DROP TABLE llx_document_generator;
 
 
 
-- 
GitLab