socialforge/db/migrate/20150924063215_add_reply_id...

6 lines
121 B
Ruby

class AddReplyIdToMessage < ActiveRecord::Migration
def change
add_column :messages, :reply_id, :integer
end
end