Changing user exit reason to fulltext
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class ChangeUserExitReasonToText < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :users, :exit_reason, :text, :limit => nil
|
||||
end
|
||||
|
||||
def down
|
||||
change_column :users, :exit_reason, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user