Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
959f98c0
Commit
959f98c0
authored
Jul 18, 2008
by
Glenn Proctor
Browse files
Change schema versions
parent
5b8bd2bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
sql/patch_50_51_a.sql
sql/patch_50_51_a.sql
+13
-0
No files found.
sql/patch_50_51_a.sql
0 → 100644
View file @
959f98c0
#
patch_50_51_a
.
sql
#
#
title
:
update
schema
version
#
#
description
:
#
Update
schema_version
in
meta
table
to
51
UPDATE
meta
SET
meta_value
=
'51'
WHERE
meta_key
=
'schema_version'
;
#
patch
identifier
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_50_51_a.sql|schema_version'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment