csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Fix exif data migration crash #282

Closed wilco375 closed 2 years ago

wilco375 commented 2 years ago

Migrations currently fail and rollback because of the below error. This PR should fix this.

undefined method `id' for nil:NilClass /app/app/uploaders/photo_uploader.rb:11:in `store_dir' /app/db/migrate/20210922130714_update_photo_exif_date_to_date_time.rb:10:in `block in up' /app/db/migrate/20210922130714_update_photo_exif_date_to_date_time.rb:8:in `up'