Sha256: 83ade0ae7fb3813a84fc4912d4384fe418b4e1798247c89a71263da70eca246a
Contents?: true
Size: 163 Bytes
Versions: 23
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
23 entries across 23 versions & 1 rubygems