]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update29.py
Merge branch 'contents'
[dak.git] / dak / dakdb / update29.py
index 891fcf2feae141efd2315c6b5828b156009383b3..d25c1011a56fbba16449f940f7972798b17f74c2 100644 (file)
@@ -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'")