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
- Host: GitHub
- URL: https://github.com/tomgi/rails-multi-db-migration-problem
- Owner: tomgi
- Created: 2019-11-19T03:06:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:59:18.000Z (over 3 years ago)
- Last Synced: 2025-04-06T03:29:33.784Z (about 1 year ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```