Sha256: f8265fdbc765e9790775d7e119753cc9dc1ecca12aa1dbc3cd7d33dfa3f9f72b
Contents?: true
Size: 465 Bytes
Versions: 79
Compression:
Stored size: 465 Bytes
Contents
class ChangeResolutions < ActiveRecord::Migration[5.2] def change remove_column :insights_resolutions, :system_type, :integer remove_column :insights_resolutions, :has_playbook, :boolean rename_column :insights_resolutions, :resolution, :description add_column :insights_resolutions, :needs_reboot, :boolean add_column :insights_resolutions, :resolution_risk, :integer add_column :insights_resolutions, :resolution_type, :string end end
Version data entries
79 entries across 79 versions & 1 rubygems