2
0
forked from Wavyzz/dolibarr

Fix column length

This commit is contained in:
Laurent Destailleur
2021-12-10 10:26:20 +01:00
parent 0027335e3b
commit 8cdc5726a0
3 changed files with 4 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ create table llx_session
last_accessed datetime NOT NULL,
fk_user integer NOT NULL,
remote_ip varchar(64) NULL,
user_agent varchar(128) NULL
user_agent varchar(255) NULL
)ENGINE=innodb;