- PPM Changes
- add performance_location to contracts table –
ALTER TABLE `contracts` ADD `performance_location` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `location` - add additional_info, title_task_name to funding_request table –
ALTER TABLE `funding_requests` ADD `additional_info` LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `statement_of_work`ALTER TABLE `funding_requests` ADD `title_task_name` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `uid`
- contract add/remove now working
- modify Contract Form Window to save contracts data with new field – performace_location
- add performance_location to contracts table –
- talked to Christina/Phil about the Recruiting App, ingested the latest spreadsheet.
