Sha256: 2dfb50c329a03c1f7e0612b59cac2a76d806c6b8dfe1fb82a3cdf8652619d0e6
Contents?: true
Size: 176 Bytes
Versions: 169
Compression:
Stored size: 176 Bytes
Contents
class AddManifestationIdToItem < ActiveRecord::Migration[4.2] def change add_column :items, :manifestation_id, :integer add_index :items, :manifestation_id end end
Version data entries
169 entries across 169 versions & 21 rubygems