~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/sourcepackagerelease.py

merge from db-devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    dsc = StringCol(dbName='dsc')
101
101
    copyright = StringCol(dbName='copyright', notNull=False, default=DEFAULT)
102
102
    version = StringCol(dbName='version', notNull=True)
 
103
    changelog = ForeignKey(foreignKey='LibraryFileAlias', dbName='changelog')
103
104
    changelog_entry = StringCol(dbName='changelog_entry')
104
105
    builddepends = StringCol(dbName='builddepends')
105
106
    builddependsindep = StringCol(dbName='builddependsindep')