Sha256: 7557f373d632a965f34cc9d8d1172065a32703c29ae63af9ee968a46cc3fd3d1

Contents?: true

Size: 395 Bytes

Versions: 7

Compression:

Stored size: 395 Bytes

Contents

class CreateSpotlightReindexingLogEntries < ActiveRecord::Migration
  def change
    create_table :spotlight_reindexing_log_entries do |t|
      t.integer :items_reindexed_count
      t.integer :items_reindexed_estimate
      t.datetime :start_time
      t.datetime :end_time
      t.integer :job_status
      t.references :exhibit
      t.references :user

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb
blacklight-spotlight-0.34.0 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb
blacklight-spotlight-0.33.3 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb
blacklight-spotlight-0.33.2 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb
blacklight-spotlight-0.33.1 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb
blacklight-spotlight-0.33.0 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb
blacklight-spotlight-0.32.0 db/migrate/20170105222939_create_spotlight_reindexing_log_entries.rb