Updated Initial migration (markdown)
parent
255c57d142
commit
d02d3e47d1
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue