Sha256: 484bcdd2bb061a1deaaa0dab32d878e3cc4fb2a0815ac55366ce179369b33150

Contents?: true

Size: 396 Bytes

Versions: 17

Compression:

Stored size: 396 Bytes

Contents

class CreateSipityWorkflowMethods < ActiveRecord::Migration
  def change
    create_table :sipity_workflow_methods do |t|
      t.string   "service_name",                    null: false
      t.integer  "weight",                          null: false
      t.integer  "workflow_action_id", index: true, null: false
      t.timestamps                                  null: false
    end
  end
end

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
curation_concerns-1.7.8 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.0.rc2 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.7 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-2.0.0 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-2.0.0.rc2 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.0.rc1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.6 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.5 db/migrate/20161012182404_create_sipity_workflow_methods.rb
test_hyrax-0.0.1.alpha db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.4 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.3 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.2 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-2.0.0.rc1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.0 db/migrate/20161012182404_create_sipity_workflow_methods.rb
curation_concerns-1.7.0.beta1 db/migrate/20161012182404_create_sipity_workflow_methods.rb