Document how to seed/reset the db in dev#1178
Conversation
@madoleary do you know how to do this?
|
Hi @michielbdejong, I found this, which seems to be our problem: https://stackoverflow.com/questions/39135919/docker-compose-rails-rake-dbreset-fails-cannot-drop-the-currently-open-databa TL;DR -- the fact that our development database was named I renamed it to Also, you'll need to create the I'd be interested in automating that step. If you still run into problems with |
|
Not super related, but there's also a rake task for creating the document types: I can work this into the seed, if preferable? |
|



@madoleary do you know how to do this?
Feature: EDIT-12 Added XXXThanks !