Skip to content
Snippets Groups Projects
Commit 1099685f authored by Magali Ruffier's avatar Magali Ruffier
Browse files

starting release cycle 69

parent b35378fc
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ use base qw( Exporter );
our @EXPORT = qw( software_version );
my $API_VERSION = 68;
my $API_VERSION = 69;
sub software_version { return $API_VERSION }
......
# patch_68_69_a.sql
#
# Title: Update schema version.
#
# Description:
# Update schema_version in meta table to 69.
UPDATE meta SET meta_value='69' WHERE meta_key='schema_version';
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_68_69_a.sql|schema_version');
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