class RemoveEmployeeFieldFromCovidFormFields < ActiveRecord::Migration[6.0]
  def change
    remove_column :covid_form_fields, :employee_field
  end
end
