From 1615dab696b8749bd55f0b5cb0ed51ff3cb1f645 Mon Sep 17 00:00:00 2001 From: Magali Ruffier <mr6@ebi.ac.uk> Date: Fri, 7 Dec 2018 16:30:43 +0000 Subject: [PATCH] production schema file has been renamed --- misc-scripts/schema_patcher.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/schema_patcher.pl b/misc-scripts/schema_patcher.pl index 3971aa124a..c27de5fd12 100755 --- a/misc-scripts/schema_patcher.pl +++ b/misc-scripts/schema_patcher.pl @@ -284,7 +284,7 @@ foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ], [ 'ensembl-compara', 'compara', 'table.sql' ], [ 'ensembl-funcgen', 'funcgen', 'table.sql' ], [ 'ensembl-variation', 'variation', 'table.sql' ], - [ 'ensembl-production', 'production', 'tables.sql' ], + [ 'ensembl-production', 'production', 'table.sql' ], [ 'ensembl', 'ontology', 'tables.sql' ] ) { my ($git_repo, $schema_type, $schema_file) = @{$thing}; -- GitLab