heylium_app/db/migrate/20150411203736_add_parent_id_to_comments.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

6 lines
124 B
Ruby
Executable File

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