Skip to content

Commit

Permalink
Fixing missing atom symbol for field name. (#16345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbackfieldVA authored Apr 15, 2024
1 parent 0c474b1 commit 595e1d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class CreateAverageDaysForClaimCompletions < ActiveRecord::Migration[7.1]
def change
create_table :average_days_for_claim_completions do |t|
t.float average_days
t.float :average_days

t.timestamps
end
Expand Down

0 comments on commit 595e1d4

Please sign in to comment.