Sha256: 75c9387187c58175ea931dbf7a6722db8fce89946d66734099304c7a5e336641
Contents?: true
Size: 284 Bytes
Versions: 7
Compression:
Stored size: 284 Bytes
Contents
class AddIndicesToHyraxCounterMetrics < ActiveRecord::Migration[5.2] def change add_index :hyrax_counter_metrics, :worktype add_index :hyrax_counter_metrics, :resource_type add_index :hyrax_counter_metrics, :work_id add_index :hyrax_counter_metrics, :date end end
Version data entries
7 entries across 7 versions & 1 rubygems