* appsubmit.php, admin/adminAppQueue.php, tables/appdb_tables.sql Chris Morgan cmorgan@alum.wpi.edu It would be nice to know when entries to the appdb were submitted.
Jeremy, you'll want to run this alter command to add the column to the existing table.
'alter table appQueue add column submitTime timestamp;'
Comments?
Chris
Looks good, I will go ahead and put this in.
On Mon, 2004-04-19 at 20:12, Chris Morgan wrote:
- appsubmit.php, admin/adminAppQueue.php, tables/appdb_tables.sql
Chris Morgan cmorgan@alum.wpi.edu It would be nice to know when entries to the appdb were submitted.
Jeremy, you'll want to run this alter command to add the column to the existing table.
'alter table appQueue add column submitTime timestamp;'
Comments?
Chris