Skip to content
Snippets Groups Projects
Commit 160119e0 authored by ilavidas's avatar ilavidas
Browse files

Update schema_patcher.pl

Funcgen has renamed its sql file from 'efg.sql' to 'table.sql', therefore schema_patcher.pl has to be modified to reflect this change.
parent 100cca18
No related branches found
No related tags found
2 merge requests!126Update schema_patcher.pl,!126Update schema_patcher.pl
......@@ -281,7 +281,7 @@ my %patches;
foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ],
[ 'ensembl-compara', 'compara', 'table.sql' ],
[ 'ensembl-funcgen', 'funcgen', 'efg.sql' ],
[ 'ensembl-funcgen', 'funcgen', 'table.sql' ],
[ 'ensembl-variation', 'variation', 'table.sql' ],
[ 'ensembl-production', 'production', 'tables.sql' ],
[ 'ensembl', 'ontology', 'tables.sql' ] )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment