Sha256: 8341c6f9f5c8329bec2136873c8e758466d5b55ea81f8616ab5ebb9ed1812893
Contents?: true
Size: 157 Bytes
Versions: 36
Compression:
Stored size: 157 Bytes
Contents
class AddDeletedAtToBillingModifier < ActiveRecord::Migration def change add_column :billing_modifiers, :deleted_at, :timestamp, index: true end end
Version data entries
36 entries across 36 versions & 1 rubygems