-require 'migrate'
+require "migrate"
+
+class AlterUserRolesAndBlocks < ActiveRecord::Migration[4.2]
+ class UserRole < ApplicationRecord
+ end
-class AlterUserRolesAndBlocks < ActiveRecord::Migration
def self.up
# the initial granter IDs can be "self" - there are none of these
# in the current live DB, but there may be some in people's own local