NEW Add firstname and lastname for module "Event Organization"
This commit is contained in:
parent
16bb5eeb3f
commit
5bb2772968
@ -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);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user