Skip to content

Commit

Permalink
Fix data migration that prevented the application from starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Oct 25, 2024
1 parent 5b04642 commit 54959b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .app_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.9
0.15.10
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# 0.15.10 - 2024-10-25

### Fixed

- Data migration that prevented the application from starting.

# 0.15.9 - 2024-10-24

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def up

Rails.logger.info 'Points without coordinates removed.'

StatCreatingJob.perform_later(User.pluck(:id))
BulkStatsCalculatingJob.perform_later(User.pluck(:id))
end

def down
Expand Down

0 comments on commit 54959b5

Please sign in to comment.