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-ontology-schema
Commits
07494400
Commit
07494400
authored
May 12, 2022
by
nwillhoft
Browse files
Patch schema version to 108
parent
461eb7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/tables.sql
sql/tables.sql
+2
-2
No files found.
sql/tables.sql
View file @
07494400
...
...
@@ -30,11 +30,11 @@ CREATE TABLE `meta` (
#
Add
schema
type
and
schema
version
to
the
meta
table
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'schema_type'
,
'ontology'
),
(
'schema_version'
,
'10
7
'
);
(
'schema_version'
,
'10
8
'
);
#
Patches
included
in
this
schema
file
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_10
6
_10
7
_a.sql|schema_version'
);
VALUES
(
'patch'
,
'patch_10
7
_10
8
_a.sql|schema_version'
);
CREATE
TABLE
`ontology`
(
`ontology_id`
int
(
10
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
...
...
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