Fix: Try to fix a missing field
This commit is contained in:
parent
471f060647
commit
f16206070d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user