Sha256: 4e03307f9c19c8130101027ffafb2813dbf8e0bde182a482eeae571f27d84b8c
Contents?: true
Size: 151 Bytes
Versions: 11
Compression:
Stored size: 151 Bytes
Contents
class AddRelationshipsToSearch < ActiveRecord::Migration def change change_table :searches do |t| t.integer :relation_id end end end
Version data entries
11 entries across 11 versions & 1 rubygems