Sha256: 89f2e9077a07414eebb78de1f9ceeba673d6269c6023d759d1d99fcaef8fa335
Contents?: true
Size: 413 Bytes
Versions: 9
Compression:
Stored size: 413 Bytes
Contents
class AddRoundStatus < ActiveRecord::Migration[6.0] def change remove_index :foreman_patch_rounds, column: :task_id, name: :foreman_patch_window_groups_task_ids remove_column :foreman_patch_rounds, :task_id, type: :uuid add_column :foreman_patch_rounds, :status, :string, default: 'planned', null: false add_index :foreman_patch_rounds, :status, name: :foreman_patch_rounds_by_status end end
Version data entries
9 entries across 9 versions & 1 rubygems