Sha256: e51e284f8a66683830ac35d6b3594fb01767aa844c9946885c70b68fba77f002

Contents?: true

Size: 206 Bytes

Versions: 34

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

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212834_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 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143538_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
hyrax-4.0.0 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143538_create_trophies.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212834_create_trophies.hyrax.rb