Changeset 1694


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

Add an architecture field to the autoinstaller table

Location:
trunk/packages/invirt-database
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-database/debian/changelog

    r1363 r1694  
     1invirt-database (0.0.5) unstable; urgency=low
     2
     3  * Add an architecture field to the autoinstaller table
     4
     5 -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 12:18:02 -0500
     6
    17invirt-database (0.0.3) unstable; urgency=low
    28
  • 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.