NEW Add firstname and lastname for module "Event Organization"

This commit is contained in:
Laurent Destailleur 2022-05-03 18:20:39 +02:00
parent 16bb5eeb3f
commit 5bb2772968

View File

@ -340,7 +340,7 @@ ALTER TABLE llx_partnership ADD COLUMN url_to_check varchar(255);
ALTER TABLE llx_c_partnership_type ADD COLUMN keyword varchar(128);
ALTER TABLE llx_eventorganization_conferenceorboothattendee firstname varchar(100);
ALTER TABLE llx_eventorganization_conferenceorboothattendee lastname varchar(100);
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN firstname varchar(100);
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN lastname varchar(100);