Restore the ability to add a url to an app family
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user