* add category to app submission page. code cleanup and formatting fixes
This commit is contained in:
committed by
Jeremy Newman
parent
56aa6d18b5
commit
da68923dad
@@ -73,6 +73,7 @@ create table appQueue (
|
||||
queueURL varchar(100),
|
||||
queueImage varchar(100) not null,
|
||||
submitTime timestamp,
|
||||
queueCatId int,
|
||||
key(queueId)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user