NEW private and public note on user.php

use same code on Dolibarr
This commit is contained in:
ptibogxiv 2022-09-03 10:52:33 +02:00 committed by GitHub
parent 5bc9268150
commit f4a4ecfdf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ create table llx_user
idpers3 varchar(128), idpers3 varchar(128),
note_public text, note_public text,
note text DEFAULT NULL, note_private text DEFAULT NULL,
model_pdf varchar(255) DEFAULT NULL, model_pdf varchar(255) DEFAULT NULL,
datelastlogin datetime, datelastlogin datetime,
datepreviouslogin datetime, datepreviouslogin datetime,