Sha256: 258b29055568a0bc9dce093edf71a8aad77e6d824581b351986a5e7e7fbbf91f

Contents?: true

Size: 280 Bytes

Versions: 36

Compression:

Stored size: 280 Bytes

Contents

class CreateWorkViewStats < ActiveRecord::Migration[5.2]
  def change
    create_table :work_view_stats do |t|
      t.datetime :date
      t.integer  :work_views
      t.string   :work_id

      t.timestamps null: false
    end
    add_index :work_view_stats, :work_id
  end
end

Version data entries

36 entries across 25 versions & 1 rubygems

Version Path
hyrax-5.0.2 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212846_create_work_view_stats.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143550_create_work_view_stats.hyrax.rb