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