An open API service indexing awesome lists of open source software.

https://github.com/tomgi/rails-multi-db-migration-problem


https://github.com/tomgi/rails-multi-db-migration-problem

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Run

```bash
docker-compose build
docker-compose run --rm bundle install
docker-compose run --rm app rails db:create
docker-compose run --rm app rails db:migrate
```