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

Remove field 'display_label_linkable' from 'external_db' table.

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