Store the users Wine version in the users table.
This commit is contained in:
committed by
Jeremy Newman
parent
1d8da74b77
commit
4dec5cf83e
@@ -12,6 +12,7 @@ create table user_list (
|
||||
created datetime not null,
|
||||
status int(4),
|
||||
perm int(4),
|
||||
CVSrelease text,
|
||||
unique key(userid),
|
||||
unique(username(12))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user