Make votes version specific
This commit is contained in:
committed by
WineHQ
parent
625a8e2842
commit
f3dae72762
@@ -152,11 +152,11 @@ create table appData (
|
||||
create table appVotes (
|
||||
id int not null auto_increment,
|
||||
time timestamp,
|
||||
appId int not null,
|
||||
versionId int not null,
|
||||
userId int not null,
|
||||
slot int not null,
|
||||
key(id),
|
||||
index(appId),
|
||||
index(versionId),
|
||||
index(userId)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user