Sha256: dad62a59d1a12773eb127719f63721f732884dac4f1eb30fb0f68c067a8c6013
Contents?: true
Size: 166 Bytes
Versions: 97
Compression:
Stored size: 166 Bytes
Contents
class AddSearchBoxToSpotlightSearches < ActiveRecord::Migration[5.0] def change add_column :spotlight_searches, :search_box, :boolean, default: false end end
Version data entries
97 entries across 97 versions & 1 rubygems