Drop deprecated tables

This commit is contained in:
Laurent Destailleur 2013-06-14 02:26:24 +02:00
parent 02f1271fc4
commit bc5fa5972a

View File

@ -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;