]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dbconn.py
Mark Location.archive_type as obsolete.
[dak.git] / daklib / dbconn.py
index 75e56cd9a9d9d13cc75af5fd1b3472f375ab0d56..06b20c38e61489804185d1dcfb0e9f162e356142 100755 (executable)
@@ -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,