Sha256: 83ade0ae7fb3813a84fc4912d4384fe418b4e1798247c89a71263da70eca246a
Contents?: true
Size: 163 Bytes
Versions: 31
Compression:
Stored size: 163 Bytes
Contents
class DropTimeSpanFromJobInvocations < ActiveRecord::Migration[6.0] def change remove_column :job_invocations, :time_span, :integer, :null => true end end
Version data entries
31 entries across 31 versions & 1 rubygems