-
Glenn Proctor authored7433ea82
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
patch_39_40_j.sql 314 B
# patch_39_40_e
#
# title: marker_synonym name
#
# description:
# this patch widens the name column in marker_synonym to 50 characters.
ALTER TABLE marker_synonym CHANGE name name VARCHAR(50);
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_39_40_j.sql|marker_synonym_name');