Sha256: 7b1e4f29db7cdb9da4a17796b45b55f2d66b62863aedfdcda585f0627efc308d

Contents?: true

Size: 309 Bytes

Versions: 108

Compression:

Stored size: 309 Bytes

Contents

class CreateExhibits < ActiveRecord::Migration[4.2]
  def change
    create_table :spotlight_exhibits do |t|
      t.string :title, null: false
      t.string :subtitle
      t.string :slug
      t.text :description
      t.timestamps
    end

    add_index :spotlight_exhibits, :slug, unique: true
  end
end

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta9 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta8 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.5.0.4 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta7 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.5.0.3 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta6 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta5 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta4 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta3 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.6.0.beta1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.5.0.2 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.5.0.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.5.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.4.4.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.4.4 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.4.3 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.4.2.2 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.4.2.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-3.4.2 db/migrate/20140128155151_create_exhibits.rb