diff --git a/misc-scripts/schema_patcher.pl b/misc-scripts/schema_patcher.pl index 3971aa124a66268c3d8014a54c37e44a4d275ffe..c27de5fd12c58fd6423123919ed311739e094143 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};