X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/11cc4a5e601dd288d601e6e35a72d159062f18b5..9d5fd432eec76e1d7f037b7b51d38372e1966197:/db/migrate/046_alter_user_roles_and_blocks.rb?ds=inline diff --git a/db/migrate/046_alter_user_roles_and_blocks.rb b/db/migrate/046_alter_user_roles_and_blocks.rb index a61c36344..c1d3cd987 100644 --- a/db/migrate/046_alter_user_roles_and_blocks.rb +++ b/db/migrate/046_alter_user_roles_and_blocks.rb @@ -1,6 +1,7 @@ -require "migrate" - class AlterUserRolesAndBlocks < ActiveRecord::Migration[4.2] + class UserRole < ApplicationRecord + end + 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