2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-21 19:11:18 +08:00
discourse/db/migrate/20131115165105_add_edit_reason_to_posts.rb

6 lines
126 B
Ruby
Raw Normal View History

class AddEditReasonToPosts < ActiveRecord::Migration[4.2]
2013-11-15 23:28:16 +01:00
def change
add_column :posts, :edit_reason, :string
end
end