X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate29.py;h=d25c1011a56fbba16449f940f7972798b17f74c2;hb=71c48c6fce3e9f48367a19ed87c2400142c6f722;hp=891fcf2feae141efd2315c6b5828b156009383b3;hpb=f90df828922ffa76826827203ccdc7f451db61f0;p=dak.git diff --git a/dak/dakdb/update29.py b/dak/dakdb/update29.py index 891fcf2f..d25c1011 100644 --- a/dak/dakdb/update29.py +++ b/dak/dakdb/update29.py @@ -41,7 +41,7 @@ def do_update(self): c.execute("""DROP FUNCTION comma_concat(text, text) CASCADE;""" ); c.execute("""DROP TABLE pending_content_associations;""") c.execute("""DROP TABLE content_associations;""") - c.execute("""DROP TABLE content_filecd ._names;""") + c.execute("""DROP TABLE content_file_names;""") c.execute("""DROP TABLE content_file_paths;""") c.execute("UPDATE config SET value = '29' WHERE name = 'db_revision'")