From: Ansgar Burchardt Date: Sun, 28 Jul 2013 11:38:56 +0000 (+0200) Subject: dak/dakdb/update98.py: Remove an additional function. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f472e3c5fdfbfae24a7327902a5a7344d20b188;p=dak 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. --- diff --git a/dak/dakdb/update98.py b/dak/dakdb/update98.py index 0423f933..0bce3dd0 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()', ]