#
# Time Taken - Mantis Extension
#
# Extension for mantis-1.0.0a2
#
# Authur: David Newcomb
# Email:  david.newcomb@bigsoft.co.uk
# Date:   24-May-2005
#
# I only ask that this file stays with this set
# of mantis-1.0.0a2-time_taken files
# Thanks
#

# Should be in the update scripts in admin/
# But heres all it does
alter table mantis_bugnote_table add time_taken time default 0;

ToDo:
Add time taken to word/excel export
Allow cost to be based on bug time per bug/project

