Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1224 It's unclear why we need to run migrations, since we're already calling [db:prepare][dbp] which does the following: > If the database exists but the tables have not been created, the command will load the schema, run any pending migrations, dump the updated schema, and finally load the seed data. See the Seeding Data documentation for more details. However, I found that calling `db:migrate` in the application template worked. [dbp]: https://guides.rubyonrails.org/active_record_migrations.html#preparing-the-database
- Loading branch information