Sha256: be6c6a42ea460ab3cfd697350e2cf0e453003dfc3ddba23cfe2da6868091f822

Contents?: true

Size: 200 Bytes

Versions: 38

Compression:

Stored size: 200 Bytes

Contents

class CreateSpotlightSite < ActiveRecord::Migration
  def change
    create_table :spotlight_sites do |t|
      t.string :title
      t.string :subtitle
      t.references :masthead
    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.34.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.33.3 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.33.2 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.33.1 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.33.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.32.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.31.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.30.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.29.1 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.29.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.28.3 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.28.2 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.28.1 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.28.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.27.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.26.1 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.26.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.25.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-0.24.0 db/migrate/20151210073829_create_spotlight_site.rb