change reason field on flags and appeals to text
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
class ChangePostFlagsReasonType < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
change_column :post_flags, :reason, :text
|
||||||
|
change_column :post_appeals, :reason, :text
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user