Ignore:
Timestamp:
Jun 21, 2008, 9:27:57 PM (16 years ago)
Author:
ecprice
Message:

Database changes for autoinstalls

File:
1 edited

Legend:

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

    r609 r630  
    6666       Column('autoinstall_id', String, primary_key=True, nullable=False),
    6767       Column('description', String, nullable=False),
    68        Column('type_id', String, ForeignKey('types.type_id'), nullable=False))
     68       Column('type_id', String, ForeignKey('types.type_id'), nullable=False),
     69       Column('distribution', String, nullable=False),
     70       Column('mirror', String, nullable=False))
    6971
    7072machine_access_table = Table('machine_access', meta,
Note: See TracChangeset for help on using the changeset viewer.