class AddStatusToCommand < ActiveRecord::Migration[6.0]
  def change
    add_column :commands, :status, :string
  end
end
