Remove 'maintainer' from version rating fields

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-12-28 22:57:02 +01:00
committed by Chris Morgan
parent e8bfc0024c
commit 2c2c6fffc1
4 changed files with 14 additions and 14 deletions

View File

@@ -54,8 +54,8 @@ create table appVersion (
appId int not null,
versionName varchar(100) not null,
description text,
maintainer_rating text,
maintainer_release text,
rating text,
ratingRelease text,
submitTime datetime NOT NULL,
submitterId int(11) NOT NULL default '0',
license enum('Retail','Open Source','Freeware','Demo','Shareware'),