Sha256: c0631d3570462e1f2de310a9414a061fb222f3e87acddb78ebf4468183eecdc1

Contents?: true

Size: 205 Bytes

Versions: 103

Compression:

Stored size: 205 Bytes

Contents

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

Version data entries

103 entries across 103 versions & 1 rubygems

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