From: Mike O'Connor Date: Sun, 10 Jan 2010 00:00:57 +0000 (-0500) Subject: o.type -> ot.type X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=ae3c907fc2a56d198d0a00c082f242d988eddde5 o.type -> ot.type Signed-off-by: Mike O'Connor --- diff --git a/dak/dakdb/update30.py b/dak/dakdb/update30.py index d002c690..2d962749 100644 --- a/dak/dakdb/update30.py +++ b/dak/dakdb/update30.py @@ -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]