Changeset 630
- Timestamp:
- Jun 21, 2008, 9:27:57 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-database
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-database/debian/changelog
r610 r630 1 sipb-xen-database (10.13) unstable; urgency=low 2 3 * Modify autoinstalls table to specify distribution/mirror. 4 5 -- Eric Price <ecprice@pseudomyrmex.mit.edu> Sat, 21 Jun 2008 21:25:21 -0400 6 1 7 sipb-xen-database (10.12) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-database/sipb_xen_database/models.py
r609 r630 66 66 Column('autoinstall_id', String, primary_key=True, nullable=False), 67 67 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)) 69 71 70 72 machine_access_table = Table('machine_access', meta,
Note: See TracChangeset
for help on using the changeset viewer.