Skip to content
Snippets Groups Projects
Commit daccecd0 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

fix external_db_id definition in xref table

parent c23e0aaf
No related branches found
No related tags found
No related merge requests found
# patch_65_66_e.sql
#
# Title: Make xref.external_db_id INTEGER UNSIGNED NOT NULL
#
# Description:
# Add NOT NULL to definition of external_db_id
ALTER TABLE xref MODIFY external_db_id INTEGER UNSIGNED NOT NULL;
# Patch identifier:
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_65_66_e.sql|fix_external_db_id_in_xref');
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