Sha256: 8c70329705e90134665e44d52463ba0cef78e1bfff26659e2febc0dea1f8bfb6

Contents?: true

Size: 459 Bytes

Versions: 103

Compression:

Stored size: 459 Bytes

Contents

class CreateContacts < ActiveRecord::Migration[4.2]
  def change
    create_table :spotlight_contacts do |t|
      t.string     :slug
      t.string     :name
      t.string     :email
      t.string     :title
      t.string     :location
      t.string     :telephone
      t.boolean    :show_in_sidebar
      t.integer    :weight, default: 50
      t.references :exhibit
      t.timestamps
    end

    add_index :spotlight_contacts, :exhibit_id
  end
end

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
blacklight-spotlight-3.5.0.3 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.6.0.beta6 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.6.0.beta5 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.6.0.beta4 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.6.0.beta3 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.6.0.beta1 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.5.0.2 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.5.0.1 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.5.0 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.4.1 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.4 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.3 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.2.2 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.2.1 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.2 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.1 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.4.0 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.3.0 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.2.0 db/migrate/20140218155151_create_contacts.rb
blacklight-spotlight-3.1.0 db/migrate/20140218155151_create_contacts.rb