X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/497009ed2b98dfdeeb349e891c1fbd88d14ff087..f1905095ed55b2f89021849d4355d7c23d0b8c6b:/db/migrate/046_alter_user_roles_and_blocks.rb diff --git a/db/migrate/046_alter_user_roles_and_blocks.rb b/db/migrate/046_alter_user_roles_and_blocks.rb index 864f0db5d..cbd95018d 100644 --- a/db/migrate/046_alter_user_roles_and_blocks.rb +++ b/db/migrate/046_alter_user_roles_and_blocks.rb @@ -1,6 +1,9 @@ -require 'migrate' +require "migrate" + +class AlterUserRolesAndBlocks < ActiveRecord::Migration[4.2] + class UserRole < ActiveRecord::Base + 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