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

Widen marker_synonym.name.

parent a3804f10
No related branches found
No related tags found
No related merge requests found
# 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');
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