slug column for topics, for the performance

This commit is contained in:
Sam 2013-04-24 12:01:00 +10:00
parent 0b76166ad1
commit aa6485639b

View File

@ -0,0 +1,5 @@
class AddSlugToTopics < ActiveRecord::Migration
def change
add_column :topics, :slug, :string
end
end