Files
discourse/db/migrate/20131115165105_add_edit_reason_to_posts.rb
2017-09-25 13:48:58 +08:00

6 lines
126 B
Ruby

class AddEditReasonToPosts < ActiveRecord::Migration[4.2]
def change
add_column :posts, :edit_reason, :string
end
end