From 4366529af7c5908b6e8722e1d4784890e60b5a81 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Tue, 7 Sep 2010 12:21:10 +0000 Subject: [PATCH] [LMS-1736] fixed migration SVN: 17744 --- .../source/sql/postgresql/migration/migration-055-056.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openbis/source/sql/postgresql/migration/migration-055-056.sql b/openbis/source/sql/postgresql/migration/migration-055-056.sql index c115e0e1dff..ff634b2ed30 100644 --- a/openbis/source/sql/postgresql/migration/migration-055-056.sql +++ b/openbis/source/sql/postgresql/migration/migration-055-056.sql @@ -171,10 +171,10 @@ BEGIN END; $$ LANGUAGE 'plpgsql'; --- select REPLACE_GENE_SYMBOL_BY_GENE_ID(); ---drop function REPLACE_GENE_SYMBOL_BY_GENE_ID(); ---DROP AGGREGATE merge_words(text); ---drop function merge_words(text,text); +select REPLACE_GENE_SYMBOL_BY_GENE_ID(); +drop function REPLACE_GENE_SYMBOL_BY_GENE_ID(); +DROP AGGREGATE merge_words(text); +drop function merge_words(text,text); -------------------------------------------------------------------------------------- -- GitLab