Sha256: f303ddadd95b8b22dbd889c60f395ec773ba2e36c886cd5f9abc562d2715ac05

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

class CreateSpotlightConfiguration < ActiveRecord::Migration
  def change
    create_table :spotlight_configurations do |t|
      t.references :masthead
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.12.1 db/migrate/20151210073829_create_spotlight_configuration.rb