mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
slug column for topics, for the performance
This commit is contained in:
5
db/migrate/20130424015746_add_slug_to_topics.rb
Normal file
5
db/migrate/20130424015746_add_slug_to_topics.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddSlugToTopics < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topics, :slug, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user