Sha256: 979b9b30bc91d3f8d8f9b4d823c11ece366d889c2454b6936b2d8a0fab8e87cd
Contents?: true
Size: 143 Bytes
Versions: 160
Compression:
Stored size: 143 Bytes
Contents
class AddCommitterToImport < ActiveRecord::Migration[4.2] def change add_column :imports, :committer_id, :integer, index: true end end
Version data entries
160 entries across 160 versions & 2 rubygems