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

[dak/master] dak/dakdb/update98.py: Remove an additional function.



Also remove the "space_separated_list" function which is present on
ftp-master and security-master, but which is not included in the
database schema dump.
---
 dak/dakdb/update98.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dak/dakdb/update98.py b/dak/dakdb/update98.py
index 0423f93..0bce3dd 100644
--- a/dak/dakdb/update98.py
+++ b/dak/dakdb/update98.py
@@ -38,6 +38,7 @@ statements = [
     'DROP FUNCTION IF EXISTS priority_id_max()',
     'DROP FUNCTION IF EXISTS section_id_max()',
     'DROP FUNCTION IF EXISTS source_id_max()',
+    'DROP FUNCTION IF EXISTS space_separated_list(TEXT)',
     'DROP FUNCTION IF EXISTS space_concat(TEXT, TEXT)',
     'DROP FUNCTION IF EXISTS src_associations_id_max()',
 ]
-- 
1.7.10.4


Reply to: