Sha256: 4b3cd80ceaffa9cbbadbdb21281b42d4b216ee58c701d193bf569fcb9371fcd8

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 Bytes

Contents

# This migration comes from spotlight (originally 20140228131207)
class CreateResources < ActiveRecord::Migration
  def change
    create_table(:spotlight_resources) do |t|
      t.references :exhibit
      t.string     :type
      t.string     :url
      t.text       :data
      t.datetime   :indexed_at
      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 spec/internal/db/migrate/20150303163371_create_resources.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231332_create_resources.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185730_create_resources.spotlight.rb
blacklight-spotlight-0.1.0 spec/internal/db/migrate/20140603144416_create_resources.spotlight.rb