Update appData table type field enum to reflect changing from 'image' to 'screenshot'

This commit is contained in:
Chris Morgan
2007-03-11 01:38:00 +00:00
committed by WineHQ
parent 5f6cc94def
commit ad2f0a0504

View File

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