diff options
Diffstat (limited to 'makeprofilestable.sh')
-rwxr-xr-x | makeprofilestable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makeprofilestable.sh b/makeprofilestable.sh index 76ce65c31..be4c03e4b 100755 --- a/makeprofilestable.sh +++ b/makeprofilestable.sh @@ -33,6 +33,7 @@ login_name varchar(255) not null, password varchar(16), cryptpassword varchar(64), realname varchar(255), +groupset bigint not null, index(login_name) ); |