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

[dak/master 3/4] forgot to save update29



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

diff --git a/dak/dakdb/update29.py b/dak/dakdb/update29.py
index 5df1ad8..891fcf2 100644
--- a/dak/dakdb/update29.py
+++ b/dak/dakdb/update29.py
@@ -38,15 +38,10 @@ def do_update(self):
 
     try:
         c = self.db.cursor()
-        c.execute("""DROP AGGREGATE comma_separated_list(                   BASETYPE = text,
-                   SFUNC = comma_concat,
-                   STYPE = text,
-                   INITCOND = ''
-);""" )
-        c.execute("""DROP FUNCTION comma_concat(text, text);""" );
+        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_file_names;""")
+        c.execute("""DROP TABLE content_filecd ._names;""")
         c.execute("""DROP TABLE content_file_paths;""")
 
         c.execute("UPDATE config SET value = '29' WHERE name = 'db_revision'")
-- 
1.6.5



Reply to: