forked from Wavyzz/dolibarr
Add column oauth2_email
This commit is contained in:
@@ -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