Sort test results by rating

This commit is contained in:
Tony Lambregts
2006-07-09 06:08:00 +00:00
committed by WineHQ
parent 97c96b2448
commit 77170ab9dd
2 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ create table testResults (
testedRelease tinytext,
installs enum('Yes','No','N/A') NOT NULL default 'Yes',
runs enum('Yes','No','Not Installable') NOT NULL default 'Yes',
testedRating tinytext,
testedRating enum('Platinum','Gold','Silver','Bronze','Garbage') NOT NULL,
comments text,
submitTime timestamp(14) NOT NULL,
submitterId int(11) NOT NULL default '0',