|
@@ -1,4 +1,4 @@
|
|
|
--- Copyright (C) ---Put here your own copyright and developer email---
|
|
|
+-- Copyright (C) 2021-2022 Laurent Destailleur <eldy@users.sourceforge.net>
|
|
|
--
|
|
|
-- This program is free software: you can redistribute it and/or modify
|
|
|
-- it under the terms of the GNU General Public License as published by
|
|
@@ -22,7 +22,8 @@ CREATE TABLE llx_eventorganization_conferenceorboothattendee(
|
|
|
fk_actioncomm integer,
|
|
|
fk_project integer NOT NULL,
|
|
|
fk_invoice integer NULL,
|
|
|
- email varchar(100),
|
|
|
+ email varchar(128),
|
|
|
+ email_company varchar(128),
|
|
|
firstname varchar(100),
|
|
|
lastname varchar(100),
|
|
|
date_subscription datetime,
|