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:
committed by
WineHQ
parent
9f88239d1f
commit
52a155588c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user