Sha256: 855240018401d76cf5daab1d551bbb2b04879c0301d560e4f323d6810599f0b5

Contents?: true

Size: 294 Bytes

Versions: 34

Compression:

Stored size: 294 Bytes

Contents

class CreatePermissionTemplate < ActiveRecord::Migration[5.2]
  def change
    create_table :permission_templates do |t|
      t.belongs_to :workflow
      t.string :admin_set_id
      t.string :visibility
      t.timestamps
    end
    add_index :permission_templates, :admin_set_id
  end
end

Version data entries

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143563_create_permission_template.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212859_create_permission_template.hyrax.rb