Sha256: e0397db4afeaeb8c5f0f5e1d5b471faf2678f055cb76c474c24e3cdbcc02e07a

Contents?: true

Size: 338 Bytes

Versions: 34

Compression:

Stored size: 338 Bytes

Contents

class CreateVersionCommitters < ActiveRecord::Migration[5.2]
  def self.up
    create_table :version_committers do |t|
      t.string :obj_id
      t.string :datastream_id
      t.string :version_id
      t.string :committer_login
      t.timestamps null: false
    end
  end

  def self.down
    drop_table :version_committers
  end
end

Version data entries

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143532_create_version_committers.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212828_create_version_committers.hyrax.rb