mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
0192efb37b
The `fancy_title` column in the `topics` table currently has a constraint that limits the column to 400 characters. We need to remove that constraint because it causes some automatic topics/PMs from the system to fail when using Discourse in locales that need more than 400 characters to the translate the content of those automatic messages. Internal ticket: t58030.