Sha256: 16b3eaddd76f58b0653e3ce56bcc0822fa738cf74544ded940f0ba3fedb2ca62

Contents?: true

Size: 325 Bytes

Versions: 4

Compression:

Stored size: 325 Bytes

Contents

# This migration comes from spotlight (originally 20140211203403)
class CreateSpotlightCustomFields < ActiveRecord::Migration
  def change
    create_table :spotlight_custom_fields do |t|
      t.references :exhibit
      t.string :slug
      t.string :field
      t.text :configuration

      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/20150303163367_create_spotlight_custom_fields.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231328_create_spotlight_custom_fields.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185726_create_spotlight_custom_fields.spotlight.rb
blacklight-spotlight-0.1.0 spec/internal/db/migrate/20140603144412_create_spotlight_custom_fields.spotlight.rb