musifrat_app/db/migrate/20150411203736_add_parent_id_to_comments.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +01:00

6 lines
124 B
Ruby

class AddParentIdToComments < ActiveRecord::Migration
def change
add_column :comments, :parent_id, :integer
end
end