Migration: add wiki_page_meta and wiki_page_slugs
This adds two new tables, `wiki_page_slugs` and `wiki_page_meta` to hold metadata about wiki pages. The string limit for titles is set at our application limit, and the slug limit is set at the maximum valid URL length. The rule that one slug at a time may be canonical for a given page is enforced using a unique index. Adds changelog describing this change.
Showing
Please register or sign in to comment