Ignore:
Timestamp:
Nov 17, 2008, 12:29:35 PM (15 years ago)
Author:
broder
Message:

Add an architecture field to the autoinstaller table

File:
1 edited

Legend:

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

    r1363 r1694  
    8080       Column('type_id', String, ForeignKey('types.type_id'), nullable=False),
    8181       Column('distribution', String, nullable=False),
    82        Column('mirror', String, nullable=False))
     82       Column('mirror', String, nullable=False),
     83       Column('arch', String, nullable=False))
    8384
    8485machine_access_table = Table('machine_access', meta,
Note: See TracChangeset for help on using the changeset viewer.