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

Remove field dbprimary_acc_linkable from external_db table.

parent 229d2618
No related branches found
No related tags found
No related merge requests found
# patch_62_63_c.sql
#
# Title: Remove field dbprimary_acc_linkable from external_db table.
#
# Description:
# Field is obsolete.
ALTER TABLE external_db DROP dbprimary_acc_linkable;
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_62_63_c.sql|remove_dbprimary_acc_linkable');
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