X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..e83f0bd13121ab520c68d3a49a3f0f59a1266cd2:/db/migrate/046_alter_user_roles_and_blocks.rb?ds=sidebyside diff --git a/db/migrate/046_alter_user_roles_and_blocks.rb b/db/migrate/046_alter_user_roles_and_blocks.rb index 812572e23..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 -class AlterUserRolesAndBlocks < ActiveRecord::Migration[5.0] 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