diff --git a/misc-scripts/schema_patcher.pl b/misc-scripts/schema_patcher.pl index bca8ef841117b9d6f5098fb322c629214a21105d..1eea8f4c847b5634958d430d8522c9371c5c958f 100755 --- a/misc-scripts/schema_patcher.pl +++ b/misc-scripts/schema_patcher.pl @@ -265,12 +265,12 @@ my %patches; # Get available patches. -foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ], - [ 'ensembl-compara', 'compara', 'table.sql' ], - [ 'ensembl-functgenomics', 'funcgen', 'efg.sql' ], - [ 'ensembl-variation', 'variation', 'table.sql' ], - [ 'ensembl-production', 'production', 'tables.sql' ], - [ 'ensembl', 'ontology', 'tables.sql' ] ) +foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ], + [ 'ensembl-compara', 'compara', 'table.sql' ], + [ 'ensembl-functgenomics', 'funcgen', 'efg.sql' ], + [ 'ensembl-variation', 'variation', 'table.sql' ], + [ 'ensembl-production', 'production', 'tables.sql' ], + [ 'ensembl', 'ontology', 'tables.sql' ] ) { my ($cvs_module, $schema_type, $schema_file) = @{$thing};