Sha256: 6b893092fee3fdc40c114d134212f2c36ce207fb4f6458e6f8fc3e212bc409ef

Contents?: true

Size: 151 Bytes

Versions: 8

Compression:

Stored size: 151 Bytes

Contents

class AddAllowsAccessGrantToWorkflow < ActiveRecord::Migration
  def change
    add_column :sipity_workflows, :allows_access_grant, :boolean
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
curation_concerns-1.7.8 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
hyrax-1.0.1 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
hyrax-1.0.0.rc2 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
curation_concerns-1.7.7 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
curation_concerns-2.0.0 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
curation_concerns-2.0.0.rc2 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
hyrax-1.0.0.rc1 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb
curation_concerns-1.7.6 db/migrate/20170308175556_add_allows_access_grant_to_workflow.rb