Sha256: 916a665d6df7e33f33a0e5990d8d492cd76cbda939831b21d96216b6f196a1da
Contents?: true
Size: 171 Bytes
Versions: 36
Compression:
Stored size: 171 Bytes
Contents
class AddOriginToBillingAccount < ActiveRecord::Migration def change change_table :billing_accounts do |t| t.belongs_to :origin, index: true end end end
Version data entries
36 entries across 36 versions & 1 rubygems