Ignore:
Timestamp:
07/06/10 12:38:59 (23 months ago)
Author:
dart
Message:

LoReality?:
o Update on squadron/mission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/model/databases.py

    r2105 r2106  
    6868    date = sa.Column(sa.types.Date ) 
    6969 
     70    #- Briefing part 
     71    situation = sa.Column(sa.types.String) 
     72    objectives = sa.Column(sa.types.String) 
     73    flightplan = sa.Column(sa.types.String) 
     74    threat = sa.Column(sa.types.String) 
     75    others = sa.Column(sa.types.String) 
    7076 
    7177    def __init__( self, name ): 
Note: See TracChangeset for help on using the changeset viewer.