Fix copy db config command

This commit is contained in:
Pranav Raj S 2019-08-17 23:33:21 +05:30 committed by GitHub
parent e5dc6e237e
commit 4f792e242d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ yarn install
bundle
# copy database config
cp shared/config/database.yml.sample config/database.yml
cp shared/config/database.yml config/database.yml
# run db migrations
bundle exec rake db:migrate