Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nathan committed Aug 2, 2024
1 parent 5f4d65e commit 62b710a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

class RemoveTmpFieldsFromFieldSlipJobTrackers < ActiveRecord::Migration[7.1]
def change
remove_column :field_slip_job_trackers, :notes, :text
remove_column :field_slip_job_trackers, :version, :integer
remove_column(:field_slip_job_trackers, :notes, :text)
remove_column(:field_slip_job_trackers, :version, :integer)
end
end

0 comments on commit 62b710a

Please sign in to comment.