mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
slug column for topics, for the performance
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSlugToTopics < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topics, :slug, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user