Sha256: 5d1aa12c422c73feb2dd6ae679360611cd436a14f26e589428787770468d499c

Contents?: true

Size: 340 Bytes

Versions: 4

Compression:

Stored size: 340 Bytes

Contents

class CreateHyraxCounterMetrics < ActiveRecord::Migration[5.2]
  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

4 entries across 4 versions & 1 rubygems

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