]> git.decadent.org.uk Git - dak.git/commitdiff
o.type -> ot.type
authorMike O'Connor <stew@vireo.org>
Sun, 10 Jan 2010 00:00:57 +0000 (19:00 -0500)
committerMike O'Connor <stew@vireo.org>
Sun, 10 Jan 2010 00:00:57 +0000 (19:00 -0500)
Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/dakdb/update30.py

index d002c690be4e93816f69689a17f268dcac5a8500..2d962749219a8ba513bbccb9517f622960928b5e 100644 (file)
@@ -58,7 +58,7 @@ def do_update(self):
             JOIN section s on s.id=o.section
             WHERE b.id=$1
             AND o.suite=$2
-            AND o.type in ('deb','udeb')
+            AND ot.type in ('deb','udeb')
             \"\"\",
             ["int", "int"]),
             [TD["new"]["bin"], TD["new"]["suite"]])[0]