Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ct-backend into main
  • Loading branch information
marcferraro committed Feb 18, 2021
2 parents b4a9bda + 7e0e6f2 commit e057c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20210216005438_create_puzzles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def change
t.float :latitude
t.float :longitude
t.string :difficulty
t.float :radius_limit, default: 0.01
t.float :radius_limit, default: 0.04

t.timestamps
end
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e057c54

Please sign in to comment.