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

Add type column to external_db.

parent 5a812c22
No related branches found
No related tags found
No related merge requests found
# patch_43_44_c
#
# title: Add type column to external_db
#
# description:
# Add a column for the type of the xref (array or whatever) to external_db
ALTER TABLE external_db ADD COLUMN type ENUM('ARRAY', 'ALT_TRANS', 'MISC', 'LIT');
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_43_44_c.sql|external_db_type');
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