Sha256: 6705cbf1b061059289caf447e0595e6e05b8404a79fcb4816a306538baac1427

Contents?: true

Size: 306 Bytes

Versions: 42

Compression:

Stored size: 306 Bytes

Contents

class CreatePermissionTemplateAccess < ActiveRecord::Migration[5.2]
  def change
    create_table :permission_template_accesses do |t|
      t.references :permission_template, foreign_key: true
      t.string :agent_type
      t.string :agent_id
      t.string :access
      t.timestamps
    end
  end
end

Version data entries

42 entries across 28 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.1.0.pre.beta1 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.4 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.4 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.3 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.3 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.2 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212860_create_permission_template_access.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143564_create_permission_template_access.hyrax.rb