From c147cf22bbaa0b9c9a27a717a43729d2c140ee1b Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Sat, 9 Jan 2010 15:20:24 -0500 Subject: [PATCH 1/1] bad index name Signed-off-by: Mike O'Connor --- dak/dakdb/update28.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py index 0d1f2208..1859e505 100755 --- a/dak/dakdb/update28.py +++ b/dak/dakdb/update28.py @@ -153,7 +153,7 @@ def do_update(self): for section, sname in [("debian-installer","main"), ("non-free/debian-installer", "nonfree")]: - c.execute( "CREATE INDEX ind_udeb_contents_%s_%s ON udeb_contents (section,suite) WHERE section='%s' AND suite='%s'"%(sname,suite,section,suite_id) ) + c.execute( "CREATE INDEX ind_udeb_contents_%s ON udeb_contents (section,suite) WHERE section='%s' AND suite='%s'"%(sname,section,suite_id) ) c.execute( """CREATE OR REPLACE FUNCTION update_contents_for_bin_a() RETURNS trigger AS $$ -- 2.39.2