Skip to content

Commit

Permalink
Make group and user attr fields wider
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Feb 25, 2011
1 parent de49b52 commit 58d1a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acl/acl-lib.pl
Expand Up @@ -2057,12 +2057,12 @@ sub userdb_table_sql
"create table webmin_user_attr ".
"(id int(20) not null, ".
"attr varchar(32) not null, ".
"value varchar(255), ".
"value varchar(4096), ".
"primary key(id, attr))",
"create table webmin_group_attr ".
"(id int(20) not null, ".
"attr varchar(32) not null, ".
"value varchar(255), ".
"value varchar(4096), ".
"primary key(id, attr))",
"create table webmin_user_acl ".
"(id int(20) not null, ".
Expand Down

0 comments on commit 58d1a9e

Please sign in to comment.