Fix field fk_user_create of event registration must be null
This commit is contained in:
parent
69ca6c02d7
commit
d2ec128595
@ -698,6 +698,9 @@ ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN firstnam
|
|||||||
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN lastname varchar(100);
|
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN lastname varchar(100);
|
||||||
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN email_company varchar(128) after email;
|
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN email_company varchar(128) after email;
|
||||||
|
|
||||||
|
-- VMYSQL4.3 ALTER TABLE llx_eventorganization_conferenceorboothattendee MODIFY COLUMN fk_user_creat integer NULL;
|
||||||
|
-- VPGSQL8.2 ALTER TABLE llx_eventorganization_conferenceorboothattendee ALTER COLUMN fk_user_creat DROP NOT NULL;
|
||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_c_email_templates ADD COLUMN joinfiles text;
|
ALTER TABLE llx_c_email_templates ADD COLUMN joinfiles text;
|
||||||
ALTER TABLE llx_c_email_templates ADD COLUMN email_from varchar(255);
|
ALTER TABLE llx_c_email_templates ADD COLUMN email_from varchar(255);
|
||||||
|
|||||||
@ -157,7 +157,7 @@ VoteOk = Your vote has been accepted.
|
|||||||
AlreadyVoted = You have already voted for this event.
|
AlreadyVoted = You have already voted for this event.
|
||||||
VoteError = An error has occurred during the vote, please try again.
|
VoteError = An error has occurred during the vote, please try again.
|
||||||
|
|
||||||
SubscriptionOk = Your registration has been validated
|
SubscriptionOk=Your registration has been recorded
|
||||||
ConfAttendeeSubscriptionConfirmation = Confirmation of your subscription to an event
|
ConfAttendeeSubscriptionConfirmation = Confirmation of your subscription to an event
|
||||||
Attendee = Attendee
|
Attendee = Attendee
|
||||||
PaymentConferenceAttendee = Conference attendee payment
|
PaymentConferenceAttendee = Conference attendee payment
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user