Skip to content

Commit

Permalink
Remove irrelevant copy/pasted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Mar 31, 2024
1 parent a413423 commit 7e3537c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ def change
t.boolean :perform_derivative_processing, null: false, default: false
end

# Add index to csv_row_number so that we can find the record with
# csv_row_number equal to another records's prerequisite_csv_row_numbers
add_index :digital_object_records, :perform_derivative_processing
end
end

0 comments on commit 7e3537c

Please sign in to comment.