Changes between Version 11 and Version 12 of SCS_ISSUE_TRACKER_MAINTENANCE_R1
- Timestamp:
- 10/14/08 16:08:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_MAINTENANCE_R1
v11 v12 25 25 = Design = 26 26 Functions must be added to the [source:/manage/sched/sophie2-wbs.py] file: 27 * outImportanceEffort - that insterts data in the new custom fields28 * outUpdateCustom - that updatesdata in the new custom fields27 * outImportanceEffort - that generates SQL script to instert data in the new custom fields. This will be done only once. 28 * outUpdateCustom - that generates SQL script to update data in the new custom fields 29 29 These functions will generate SQL script that can be applied to the trac database. 30 30 We are using SQLite so we can apply SQL scripts with: