Ignore:
Timestamp:
Oct 25, 2008, 3:02:01 PM (16 years ago)
Author:
broder
Message:

Fix a typo in the new CDROM table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/python/database/models.py

    r1247 r1250  
    7070       Column('cdrom_id', String, primary_key=True, nullable=False),
    7171       Column('description', String, nullable=False),
    72        Column('mirror_id', String, ForeignKey('mirrors.mirror_id'),
     72       Column('mirror_id', String, ForeignKey('mirrors.mirror_id')),
    7373       Column('uri_suffix', String))
    7474
Note: See TracChangeset for help on using the changeset viewer.