mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 15:01:26 +01:00
Debug for php 8.1
This commit is contained in:
@@ -346,3 +346,9 @@ ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN firstname
|
||||
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_c_email_template ADD COLUMN email_from varchar(255);
|
||||
ALTER TABLE llx_c_email_template ADD COLUMN email_to varchar(255);
|
||||
ALTER TABLE llx_c_email_template ADD COLUMN email_tocc varchar(255);
|
||||
ALTER TABLE llx_c_email_template ADD COLUMN email_tobcc varchar(255);
|
||||
|
||||
|
||||
@@ -32,6 +32,10 @@ create table llx_c_email_templates
|
||||
position smallint, -- Position
|
||||
enabled varchar(255) DEFAULT '1', -- Condition to have this module visible
|
||||
active tinyint DEFAULT 1 NOT NULL,
|
||||
email_from varchar(255), -- default email from
|
||||
email_to varchar(255), -- default email to
|
||||
email_tocc varchar(255), -- default email to cc
|
||||
email_tobcc varchar(255), -- default email to bcc
|
||||
topic text, -- Predefined topic
|
||||
joinfiles text, -- Files to attach
|
||||
content mediumtext, -- Predefined text
|
||||
|
||||
Reference in New Issue
Block a user