Change column size in sql table creation also

This commit is contained in:
Maxime Kohlhaas 2017-07-18 10:16:59 +02:00
parent 76eac7ce6a
commit d35dbdea92

View File

@ -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