Sha256: bbeae54c832e78731b4a2b287bff72a2a096ecd6d32af2314a771b8b5fbe0db6

Contents?: true

Size: 215 Bytes

Versions: 46

Compression:

Stored size: 215 Bytes

Contents

class CreateBulkUpdates < ActiveRecord::Migration[5.2]
  def change
    create_table :spotlight_bulk_updates do |t|
      t.string :file, null: false
      t.references :exhibit
      t.timestamps
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.3.5 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.3.4 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.3.3 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.3.2 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.3.1 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.3.0 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.2.0 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.1.2 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.1.1 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.1.0 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.0.3 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.0.2 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.0.1 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-4.0.0 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-3.6.0.beta10 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-3.6.0.beta9 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-3.6.0.beta8 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-3.5.0.4 db/migrate/20210305171150_create_bulk_updates.rb
blacklight-spotlight-3.6.0.beta7 db/migrate/20210305171150_create_bulk_updates.rb