Changeset 630


Ignore:
Timestamp:
Jun 21, 2008, 9:27:57 PM (16 years ago)
Author:
ecprice
Message:

Database changes for autoinstalls

Location:
trunk/packages/sipb-xen-database
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/debian/changelog

    r610 r630  
     1sipb-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
    17sipb-xen-database (10.12) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-database/sipb_xen_database/models.py

    r609 r630  
    6666       Column('autoinstall_id', String, primary_key=True, nullable=False),
    6767       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))
    6971
    7072machine_access_table = Table('machine_access', meta,
Note: See TracChangeset for help on using the changeset viewer.