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-1.0.0 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-1.0.0.alpha2 db/migrate/20151210073829_create_spotlight_site.rb
blacklight-spotlight-1.0.0.alpha1 db/migrate/20151210073829_create_spotlight_site.rb