diff --git a/sql/table.sql b/sql/table.sql
index 288c31b98fdda5ff0bb12f3329a34ac51d08e747..4ef267fe0d2d715141797ed08e6888eebc02a019 100755
--- a/sql/table.sql
+++ b/sql/table.sql
@@ -302,13 +302,13 @@ CREATE TABLE IF NOT EXISTS meta (
 # Add schema type and schema version to the meta table.
 INSERT INTO meta (species_id, meta_key, meta_value) VALUES
   (NULL, 'schema_type',     'core'),
-  (NULL, 'schema_version',  '77');
+  (NULL, 'schema_version',  '78');
 
 # Patches included in this schema file:
 # NOTE: At start of release cycle, remove patch entries from last release.
 # NOTE: Avoid line-breaks in values.
 INSERT INTO meta (species_id, meta_key, meta_value)
-  VALUES (NULL, 'patch', 'patch_76_77_a.sql|schema_version');
+  VALUES (NULL, 'patch', 'patch_77_78_a.sql|schema_version');
 
 /**
 @table meta_coord