提交 eec8a020 编写于 作者: M Mark Hymers

Remove install_date from not_null_constraints

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 e715ad85
......@@ -1721,7 +1721,7 @@ class DBSource(ORMObject):
'install_date', 'binaries_count', 'uploaders_count']
def not_null_constraints(self):
return ['source', 'version', 'install_date', 'maintainer', \
return ['source', 'version', 'maintainer', \
'changedby', 'poolfile']
def read_control_fields(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册