Changes between Version 11 and Version 12 of SCS_ISSUE_TRACKER_MAINTENANCE_R1


Ignore:
Timestamp:
10/14/08 16:08:30 (17 years ago)
Author:
astea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_MAINTENANCE_R1

    v11 v12  
    2525= Design = 
    2626Functions must be added to the [source:/manage/sched/sophie2-wbs.py] file: 
    27  * outImportanceEffort -  that insterts data in the new custom fields 
    28  * outUpdateCustom - that updates data in the new custom fields 
     27 * 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 
    2929These functions will generate SQL script that can be applied to the trac database.  
    3030We are using SQLite so we can apply SQL scripts with: