Update appData table type field enum to reflect changing from 'image' to 'screenshot'
This commit is contained in:
@@ -134,7 +134,7 @@ create table appData (
|
|||||||
id int not null auto_increment,
|
id int not null auto_increment,
|
||||||
appId int not null,
|
appId int not null,
|
||||||
versionId int default 0,
|
versionId int default 0,
|
||||||
type enum('image', 'url', 'bug','downloadurl'),
|
type enum('screenshot', 'url', 'bug','downloadurl'),
|
||||||
description text,
|
description text,
|
||||||
url varchar(255) default NULL,
|
url varchar(255) default NULL,
|
||||||
submitTime timestamp(14) NOT NULL,
|
submitTime timestamp(14) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user