From bc5fa5972ab27d0c58033228e4294e4198cfff8a Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 14 Jun 2013 02:26:24 +0200
Subject: [PATCH] Drop deprecated tables

---
 htdocs/install/mysql/migration/3.4.0-3.5.0.sql | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/htdocs/install/mysql/migration/3.4.0-3.5.0.sql b/htdocs/install/mysql/migration/3.4.0-3.5.0.sql
index 01b9ac4af29..b7a12f34262 100755
--- a/htdocs/install/mysql/migration/3.4.0-3.5.0.sql
+++ b/htdocs/install/mysql/migration/3.4.0-3.5.0.sql
@@ -63,3 +63,7 @@ create table llx_propaldet_extrafields
 ALTER TABLE llx_propaldet_extrafields ADD INDEX idx_propaldet_extrafields (fk_object);
 
 
+DROP table llx_adherent_options;
+DROP table llx_adherent_options_label;
+
+
-- 
GitLab