Skip to content
Snippets Groups Projects
Commit 31690310 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Was carrying over 83_84_b patch.

parent 134cc958
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,12 @@ ...@@ -14,14 +14,12 @@
# patch_84_85_b.sql # patch_84_85_b.sql
# #
# Title: Change xref.version default. # Title: Duplicate key in genome_statistics table
# #
# Description: # Description:
# Remove duplicated keys # Remove duplicated keys
ALTER TABLE genome_statistics DROP KEY stats_idx; ALTER TABLE genome_statistics DROP KEY stats_idx;
ALTER TABLE xref MODIFY COLUMN version VARCHAR(10) DEFAULT NULL ;
# Patch identifier # Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) INSERT INTO meta (species_id, meta_key, meta_value)
......
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