Index: /trunk/packages/invirt-database/debian/changelog
===================================================================
--- /trunk/packages/invirt-database/debian/changelog	(revision 1693)
+++ /trunk/packages/invirt-database/debian/changelog	(revision 1694)
@@ -1,2 +1,8 @@
+invirt-database (0.0.5) unstable; urgency=low
+
+  * Add an architecture field to the autoinstaller table
+
+ -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 12:18:02 -0500
+
 invirt-database (0.0.3) unstable; urgency=low
 
Index: /trunk/packages/invirt-database/python/database/models.py
===================================================================
--- /trunk/packages/invirt-database/python/database/models.py	(revision 1693)
+++ /trunk/packages/invirt-database/python/database/models.py	(revision 1694)
@@ -80,5 +80,6 @@
        Column('type_id', String, ForeignKey('types.type_id'), nullable=False),
        Column('distribution', String, nullable=False),
-       Column('mirror', String, nullable=False))
+       Column('mirror', String, nullable=False),
+       Column('arch', String, nullable=False))
 
 machine_access_table = Table('machine_access', meta,
