slug column for topics, for the performance
This commit is contained in:
parent
0b76166ad1
commit
aa6485639b
|
@ -0,0 +1,5 @@
|
|||
class AddSlugToTopics < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topics, :slug, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue