Skip to content
Yuichi Takeuchi edited this page Nov 30, 2016 · 19 revisions

Welcome to the gitfab2 wiki!

DB

確認

bundle exec ridgepole -c config/database.yml -E development  --apply --dry-run -f db/schemas/Schemafile

適用

bundle exec ridgepole -c config/database.yml -E development --apply -f db/schemas/Schemafile

テスト用

bundle exec ridgepole -c config/database.yml -E test --apply -f db/schemas/Schemafile
Clone this wiki locally