Ignore:
Timestamp:
Feb 23, 2011, 5:45:01 PM (13 years ago)
Author:
gav
Message:

Domain change, add ConditionSeverity.

Location:
trunk/grails-app/domain
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Task.groovy

    r809 r821  
    1414    TaskRecurringSchedule taskRecurringSchedule
    1515    TaskProcedureRevision taskProcedureRevision
     16    ConditionSeverity highestSeverity
    1617
    1718    String description
     
    6263        taskRecurringSchedule(nullable:true)
    6364        taskProcedureRevision(nullable:true)
    64 
     65        highestSeverity(nullable:true)
    6566    }
    6667
Note: See TracChangeset for help on using the changeset viewer.