Updated Initial migration (markdown)

Darius Kazemi 2022-11-25 19:45:51 -08:00
parent 255c57d142
commit d02d3e47d1
1 changed files with 2 additions and 1 deletions

@ -31,9 +31,10 @@ git fetch hometown
git merge v1.0.7+3.5.5
```
Now we need to run a database migration (replace "production" with your appropriate environment variable):
Now we need to run `bundle install` again, and then a database migration (replace "production" with your appropriate environment variable):
```bash
bundle install
RAILS_ENV=production bundle exec rails db:migrate
```