Sha256: e51e284f8a66683830ac35d6b3594fb01767aa844c9946885c70b68fba77f002

Contents?: true

Size: 206 Bytes

Versions: 42

Compression:

Stored size: 206 Bytes

Contents

class CreateTrophies < ActiveRecord::Migration[5.2]
  def change
    create_table :trophies do |t|
      t.integer :user_id
      t.string :generic_file_id

      t.timestamps null: false
    end
  end
end

Version data entries

42 entries across 28 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.1.0.pre.beta1 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.4 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.4 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.3 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.3 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.2 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb