Add the ability to add download URLs to application versions. They are

displayed in the version view marked as 'free downloads'.  The links will
later be used to allow browsing of downloadable applications.
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-05 05:20:05 +00:00
committed by WineHQ
parent 9f88239d1f
commit 52a155588c
5 changed files with 250 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ create table appData (
id int not null auto_increment,
appId int not null,
versionId int default 0,
type enum('image', 'url', 'bug'),
type enum('image', 'url', 'bug','downloadurl'),
description text,
url varchar(255) default NULL,
submitTime timestamp(14) NOT NULL,