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
703d4916
Commit
703d4916
authored
Jun 02, 2010
by
Andreas Kusalananda Kähäri
Browse files
Schema version updated to 59 in master schema file.
parent
8ac54597
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/table.sql
sql/table.sql
+2
-2
No files found.
sql/table.sql
View file @
703d4916
...
...
@@ -834,13 +834,13 @@ CREATE TABLE meta (
#
Auto
add
schema
version
to
database
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
"schema_version"
,
"5
8
"
);
VALUES
(
NULL
,
"schema_version"
,
"5
9
"
);
#
patches
included
in
this
schema
file
#
NOTE
:
at
beginning
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_5
7
_5
8
_a.sql|schema_version'
);
VALUES
(
NULL
,
'patch'
,
'patch_5
8
_5
9
_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