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
5f86aad5
Commit
5f86aad5
authored
Oct 07, 2009
by
Glenn Proctor
Browse files
Change schema version in meta table.
parent
6df1c209
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
sql/patch_55_56_a.sql
sql/patch_55_56_a.sql
+4
-4
sql/patch_56_57_a.sql
sql/patch_56_57_a.sql
+13
-0
No files found.
sql/patch_55_56_a.sql
View file @
5f86aad5
#
patch_5
5
_5
6
_a
.
sql
#
patch_5
6
_5
7
_a
.
sql
#
#
title
:
update
schema
version
#
#
description
:
#
Update
schema_version
in
meta
table
to
5
6
#
Update
schema_version
in
meta
table
to
5
7
UPDATE
meta
SET
meta_value
=
'5
6
'
WHERE
meta_key
=
'schema_version'
;
UPDATE
meta
SET
meta_value
=
'5
7
'
WHERE
meta_key
=
'schema_version'
;
#
patch
identifier
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_5
5
_5
6
_a.sql|schema_version'
);
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_5
6
_5
7
_a.sql|schema_version'
);
sql/patch_56_57_a.sql
0 → 100644
View file @
5f86aad5
#
patch_56_57_a
.
sql
#
#
title
:
update
schema
version
#
#
description
:
#
Update
schema_version
in
meta
table
to
57
UPDATE
meta
SET
meta_value
=
'57'
WHERE
meta_key
=
'schema_version'
;
#
patch
identifier
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_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