Update and rename 20220712165928_add_storage_file_link_perms.rb to 20220712165928_add_storages_permissions_to_roles.rb

I believe it is better not to introduce abbreviations unless it is not necessary. Also the migration is not strictly about file links.
pull/10953/head
Wieland Lindenthal 2 years ago committed by GitHub
parent 2a3a12c35c
commit 523230af99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/storages/db/migrate/20220712165928_add_storages_permissions_to_roles.rb

@ -28,7 +28,7 @@
require Rails.root.join('db/migrate/migration_utils/permission_adder')
class AddStorageFileLinkPerms < ActiveRecord::Migration[6.1]
class AddStoragesPermissionsToRoles < ActiveRecord::Migration[6.1]
def up
::Migration::MigrationUtils::PermissionAdder
.add(:select_project_modules,
Loading…
Cancel
Save