Changeset 2106 for trunk/loreality/loreality/model/databases.py
- Timestamp:
- 07/06/10 12:38:59 (23 months ago)
- File:
-
- 1 edited
-
trunk/loreality/loreality/model/databases.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/model/databases.py
r2105 r2106 68 68 date = sa.Column(sa.types.Date ) 69 69 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) 70 76 71 77 def __init__( self, name ):
Note: See TracChangeset
for help on using the changeset viewer.
