Change size of page_terms.tags from varchar to text
Page::Terms.tags contains all tags of a page. Currently is a varchar(255). This is not long enough - the maximum size of a single tag is also varchar(255).
Page::Terms.tags contains all tags of a page. Currently is a varchar(255). This is not long enough - the maximum size of a single tag is also varchar(255).
230-change-size-of-page_terms-tags-from-varchar-to-mediumtext
changed title from Change size of page_terms.tags from varchar to mediumtext to Change size of page_terms.tags from varchar to text
mentioned in merge request !209 (merged)
closed via merge request !209 (merged)