Sha256: c5b98c37f9701b7dd9849b253bc24b7c4cd57231bb47bf058c29fd65ece11491
Contents?: true
Size: 243 Bytes
Versions: 22
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true class AddLastFailStatusToScheduledTasks < ( Rails.version < '5' ? ActiveRecord::Migration : ActiveRecord::Migration[4.2] ) def change add_column :scheduled_tasks, :last_fail_status, :string end end
Version data entries
22 entries across 22 versions & 1 rubygems