Skip to content

Commit

Permalink
Change column size in sql table creation also
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Jul 18, 2017
1 parent 76eac7c commit d35dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_user.sql
Expand Up @@ -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
Expand Down

0 comments on commit d35dbde

Please sign in to comment.