forked from Wavyzz/dolibarr
Add column oauth2_email
This commit is contained in:
@@ -87,6 +87,8 @@ ALTER TABLE llx_adherent DROP COLUMN whatsapp;
|
||||
|
||||
ALTER TABLE llx_societe DROP COLUMN skype;
|
||||
|
||||
ALTER TABLE llx_user ADD COLUMN email_oauth2 varchar(255);
|
||||
|
||||
ALTER TABLE llx_prelevement_demande ADD INDEX idx_prelevement_demande_ext_payment_id (ext_payment_id);
|
||||
|
||||
ALTER TABLE llx_actioncomm ADD COLUMN fk_bookcal_availability integer DEFAULT NULL;
|
||||
|
||||
@@ -58,6 +58,7 @@ create table llx_user
|
||||
personal_mobile varchar(20),
|
||||
email varchar(255),
|
||||
personal_email varchar(255),
|
||||
email_oauth2 varchar(255), -- an email to validate OAuth2 authentication when email differs from the OAuth2 email
|
||||
signature text DEFAULT NULL,
|
||||
|
||||
socialnetworks text DEFAULT NULL, -- json with socialnetworks
|
||||
|
||||
Reference in New Issue
Block a user