Sha256: df0d04fb3aee8f50fcd3221439819aa9757d8645c7928823e7cdee9d97151a1c

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 Bytes

Contents

class CreateHyraxCounterMetrics < ActiveRecord::Migration[6.0]
  def change
    create_table :hyrax_counter_metrics do |t|
      t.string :worktype
      t.string :resource_type
      t.integer :work_id
      t.date :date
      t.integer :total_item_investigations
      t.integer :total_item_requests

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hyrax-5.0.2 .koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb
hyrax-5.0.1 .koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb