Restore the ability to add a url to an app family

This commit is contained in:
Tony Lambregts
2005-02-06 22:50:08 +00:00
committed by WineHQ
parent fa43f93810
commit 33eebe727e
3 changed files with 144 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ create table appComments (
*/
create table appData (
id int not null auto_increment,
appId int not null,
versionId int default 0,
type enum('image', 'url', 'bug'),
description text,