+invirt-database (0.2.7) unstable; urgency=low
+
+ * Add a new type of autoinstall - a preseeded Debian autoinstall.
+
+ -- Quentin Smith <quentin@mit.edu> Sat, 25 Dec 2010 19:17:45 -0500
+
invirt-database (0.2.6) unstable; urgency=low
* Make the build table's succeeded field nullable
Column('type_id', String, ForeignKey('types.type_id'), nullable=False),
Column('distribution', String, nullable=False),
Column('mirror', String, nullable=False),
- Column('arch', String, nullable=False))
+ Column('arch', String, nullable=False),
+ Column('preseed', Boolean, nullable=False, default=False))
owners_table = Table('owners', meta,
Column('owner_id', String, primary_key=True, nullable=False),