Fix: Try to fix a missing field

This commit is contained in:
Laurent Destailleur 2012-01-09 20:52:24 +01:00
parent 471f060647
commit f16206070d

View File

@ -446,6 +446,7 @@ ALTER TABLE llx_extrafields ADD COLUMN elementtype varchar(64) NOT NULL DEFAULT
ALTER TABLE llx_extrafields ADD UNIQUE INDEX uk_extrafields_name (name, entity, elementtype);
ALTER TABLE llx_adherent_options rename to llx_adherent_extrafields;
ALTER TABLE llx_adherent_extrafields CHANGE COLUMN fk_member fk_object integer NOT NULL;
alter table llx_extrafields add column type varchar(8);
-- drop tables renamed into llx_advanced_extra_xxx
drop table llx_extra_fields_options;