Skip to content
Snippets Groups Projects
Commit d35dbdea authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Change column size in sql table creation also

parent 76eac7ce
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ create table llx_user
tms timestamp,
fk_user_creat integer,
fk_user_modif integer,
login varchar(24) NOT NULL,
login varchar(50) NOT NULL,
pass varchar(128),
pass_crypted varchar(128),
pass_temp varchar(128), -- temporary password when asked for forget password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment