diff --git a/sql/patch_94_95_b.sql b/sql/patch_94_95_b.sql
new file mode 100644
index 0000000000000000000000000000000000000000..40bb1f181bf0d8a9831c83fbb5e7ab95589fa436
--- /dev/null
+++ b/sql/patch_94_95_b.sql
@@ -0,0 +1,27 @@
+-- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
+-- Copyright [2016-2018] EMBL-European Bioinformatics Institute
+--
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
+--
+--      http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+
+# patch_94_95_b.sql
+#
+# Title: Update vertebrates division name
+#
+# Description:
+#   Update Vertebrates division name from Ensembl to EnsemblVertebrates in the meta table for consistency
+
+UPDATE meta SET meta_value = 'EnsemblVertebrates' where meta_key = 'species.division' and meta_value = 'Ensembl';
+
+# Patch identifier
+INSERT INTO meta (species_id, meta_key, meta_value)
+  VALUES (NULL, 'patch', 'patch_94_95_b.sql|vertebrate_division_rename');
\ No newline at end of file
diff --git a/sql/table.sql b/sql/table.sql
index 6ac5c7e7e5053cd6d8c458f0e766655f9845d57a..303aebd9c54ffe5523ad26d4d6e66251e1bf4924 100755
--- a/sql/table.sql
+++ b/sql/table.sql
@@ -316,6 +316,9 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES
 INSERT INTO meta (species_id, meta_key, meta_value)
   VALUES (NULL, 'patch', 'patch_94_95_a.sql|schema_version');
 
+INSERT INTO meta (species_id, meta_key, meta_value)
+  VALUES (NULL, 'patch', 'patch_94_95_b.sql|vertebrate_division_rename');
+
 
 /**
 @table meta_coord