Sha256: 4ed172552304f911f775de96407ced88a25b3d4f551c87c5b5e1f8409119bf4f

Contents?: true

Size: 401 Bytes

Versions: 34

Compression:

Stored size: 401 Bytes

Contents

class CreateSipityWorkflowMethods < ActiveRecord::Migration[5.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

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143562_create_sipity_workflow_methods.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212858_create_sipity_workflow_methods.hyrax.rb