Sha256: 9263eaa4689cdaf45a4a6b47ba6c91ffaf6ab624ceb1378f3a34af5dbdcf7ef8

Contents?: true

Size: 259 Bytes

Versions: 62

Compression:

Stored size: 259 Bytes

Contents

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

62 entries across 62 versions & 1 rubygems

Version Path
blacklight-spotlight-0.12.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.11.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.10.3 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.10.2 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.10.1 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.10.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.9.2 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.9.1 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.9.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.8.2 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.8.1 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.8.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.7.2 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.7.1 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.7.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.6.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.5.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.4.1 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.3.1 db/migrate/20140211203403_create_spotlight_custom_fields.rb
blacklight-spotlight-0.3.0 db/migrate/20140211203403_create_spotlight_custom_fields.rb