Sha256: cc7cd3137a78251800fc68baa6654f00e8609d776640aa0a71b8c6724fd91b42
Contents?: true
Size: 236 Bytes
Versions: 28
Compression:
Stored size: 236 Bytes
Contents
class MoveParamsToJson < ActiveRecord::Migration def change system('rake notify_user:move_params_to_json') remove_column :notify_user_notifications, :params rename_column :notify_user_notifications, :json, :params end end
Version data entries
28 entries across 28 versions & 1 rubygems