Sha256: 131af75c599be9a9b9c0decbddc4cdaf4bc5859ad5187261ae77a42e488cb06a

Contents?: true

Size: 264 Bytes

Versions: 103

Compression:

Stored size: 264 Bytes

Contents

class CreateSpotlightCustomFields < ActiveRecord::Migration[4.2]
  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

103 entries across 103 versions & 1 rubygems

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