Sha256: 796fe3909d9ec1e30fa704d8bc515dcfb0e01e23a4edbdcc1904ed6e62be9d72
Contents?: true
Size: 150 Bytes
Versions: 48
Compression:
Stored size: 150 Bytes
Contents
class AddTimeToPickupToJobInvocation < ActiveRecord::Migration[6.0] def change add_column :job_invocations, :time_to_pickup, :integer end end
Version data entries
48 entries across 48 versions & 1 rubygems