diff --git a/sql/patch_43_44_c.sql b/sql/patch_43_44_c.sql new file mode 100644 index 0000000000000000000000000000000000000000..6ff2f8d7a15a78921b2745317dd65b732b823c13 --- /dev/null +++ b/sql/patch_43_44_c.sql @@ -0,0 +1,12 @@ +# 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'); +