Skip to content
Snippets Groups Projects
Commit 1557ec6c authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Remove xref.priority

parent ec038cbb
No related branches found
No related tags found
No related merge requests found
# patch_41_42_a
#
# title: remove xref.priority
#
# description:
# Remove the priority column in xref
ALTER TABLE xref DROP COLUMN priority;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_41_42_a.sql|remove_xref_priority');
\ No newline at end of file
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