Store the users Wine version in the users table.

This commit is contained in:
Tony Lambregts
2005-01-04 19:36:03 +00:00
committed by Jeremy Newman
parent 1d8da74b77
commit 4dec5cf83e
3 changed files with 14 additions and 5 deletions

View File

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