Sha256: c05933971c0cd8169f51b0bc04e0c33207374d4ec2e85ec1d3e3e499ef631e3c

Contents?: true

Size: 401 Bytes

Versions: 15

Compression:

Stored size: 401 Bytes

Contents

class CreateSipityWorkflowMethods < ActiveRecord::Migration[4.2]
  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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-1.1.1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.1.0 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.rc3 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.rc2 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.rc1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.5 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.beta5 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.beta4 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.beta3 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.beta2 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-2.0.0.beta1 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.4 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.3 db/migrate/20161012182404_create_sipity_workflow_methods.rb
hyrax-1.0.2 db/migrate/20161012182404_create_sipity_workflow_methods.rb