mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
FEATURE: remove dependency of Redcarpet
PERF: cache fancy_title in topics table New pure ruby implementation is far more flexible and easier to amend.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddFancyTitleToTopic < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topics, :fancy_title, :string, limit: 400, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user