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

[dak/master 4/4] fix errant middle click



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

diff --git a/dak/dakdb/update29.py b/dak/dakdb/update29.py
index 891fcf2..d25c101 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'")
-- 
1.6.5


Reply to: