Skip to content
Snippets Groups Projects
Commit 4d42dc24 authored by Leo Gordon's avatar Leo Gordon
Browse files

release 65

parent b1fa8999
No related branches found
No related tags found
No related merge requests found
......@@ -439,5 +439,5 @@ CREATE TABLE monitor (
# Auto add schema version to database (should be overridden by Compara's table.sql)
INSERT IGNORE INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'schema_version', '64');
INSERT IGNORE INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'schema_version', '65');
......@@ -404,5 +404,5 @@ CREATE TABLE monitor (
-- Auto add schema version to database (should be overridden by Compara's table.sql)
INSERT OR IGNORE INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'schema_version', '64');
INSERT OR IGNORE INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'schema_version', '65');
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment