It would be nice to know when entries to the appdb were submitted.

This commit is contained in:
Chris Morgan
2004-04-20 16:19:48 +00:00
committed by Jeremy Newman
parent b0ea9ade56
commit 981b904e71
3 changed files with 9 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ create table appQueue (
queueEmail varchar(100),
queueURL varchar(100),
queueImage varchar(100) not null,
submitTime timestamp,
key(queueId)
);