Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Among other things, we changed the names of fields in the database for the person model. We changed blog to blog_url and website to website_url. But we didn't change the names of the fields for assign_attributes in seeds. Locally I have loaded seeds, so no problem showed. When we deploy the application to fly.io, we need to load seeds every time. I'm getting information about aborted loading of seeds because of incompatibility name of fields during `rails db:seed`.
- Loading branch information