Skip to content
Snippets Groups Projects
Commit 4366529a authored by buczekp's avatar buczekp
Browse files

[LMS-1736] fixed migration

SVN: 17744
parent bafb6322
No related branches found
No related tags found
No related merge requests found
......@@ -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);
--------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment