X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=a31e9167c6cd4671a55274be67188bc39ff0c521;hb=a619fdcf2b899a724a52a792f7fcabf066ccba99;hp=256ed4a9bd5c1b411be76364d0248c5ae278980b;hpb=7f1a19d3fdf1a99f195c1708b821eb159ba856f9;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 256ed4a9..a31e9167 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -2480,7 +2480,7 @@ class DBSource(ORMObject): def not_null_constraints(self): return ['source', 'version', 'install_date', 'maintainer', \ - 'changedby', 'poolfile', 'install_date'] + 'changedby', 'poolfile'] def read_control_fields(self): '''