[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 08/10] bad index name



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/dakdb/update28.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py
index 0d1f220..1859e50 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  $$
-- 
1.6.5



Reply to: