Sha256: 637976d8fd3bf2a07e3d7b806382a1df2b8ad889937d07a3a92a96dddc834b67
Contents?: true
Size: 205 Bytes
Versions: 14
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true # Add AddLastProgressReport class AddLastProgressReport < ActiveRecord::Migration[5.2] def change add_column :acd_foreman_hosts, :last_progress_report, :text end end
Version data entries
14 entries across 14 versions & 1 rubygems