Skip to content
Snippets Groups Projects
Commit de0c54ca authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Omitted ontology db version update

parent 814d3175
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,11 @@ CREATE TABLE meta ( ...@@ -30,11 +30,11 @@ CREATE TABLE meta (
# Add schema type and schema version to the meta table # Add schema type and schema version to the meta table
INSERT INTO meta (meta_key, meta_value) VALUES INSERT INTO meta (meta_key, meta_value) VALUES
('schema_type', 'ontology'), ('schema_type', 'ontology'),
('schema_version', '77'); ('schema_version', '78');
# Patches included in this schema file # Patches included in this schema file
INSERT INTO meta (meta_key, meta_value) INSERT INTO meta (meta_key, meta_value)
VALUES ('patch', 'patch_76_77_a.sql|schema_version'); VALUES ('patch', 'patch_77_78_a.sql|schema_version');
CREATE TABLE ontology ( CREATE TABLE ontology (
ontology_id INT UNSIGNED NOT NULL AUTO_INCREMENT, ontology_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
......
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