Add migration to fix typo Add support for linking hashtags with posts Rework tag search page so it says a nicer message than page not found when no post use that tag Add new string to translation
1 line
56 B
SQL
1 line
56 B
SQL
ALTER TABLE tags RENAME COLUMN is_hastag TO is_hashtag;
|