From: Torsten Werner Date: Tue, 18 Jan 2011 21:11:01 +0000 (+0100) Subject: Mark Location.archive_type as obsolete. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=5a8b37be92716a1d9bde21a3d6d196801d7df240;p=dak.git Mark Location.archive_type as obsolete. It needs to be removed through a DB upgrade. Signed-off-by: Torsten Werner --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 75e56cd9..06b20c38 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -3022,6 +3022,8 @@ class DBConn(object): component = relation(Component), archive_id = self.tbl_location.c.archive, archive = relation(Archive), + # FIXME: the 'type' column is old cruft and + # should be removed in the future. archive_type = self.tbl_location.c.type)) mapper(Maintainer, self.tbl_maintainer,