Commit 2b589530bdd02d5b3ac4b28d1e7068ed7c8eeefc
1 parent
edeb1e0f
Exists in
master
Refs #994 reverse order of index create/remove
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
| ... | ... | @@ -186,8 +186,8 @@ When upgrading Errbit, please run: |
| 186 | 186 | git pull origin master # assuming origin is the github.com/errbit/errbit repo |
| 187 | 187 | bundle install |
| 188 | 188 | rake db:migrate |
| 189 | -rake db:mongoid:create_indexes | |
| 190 | 189 | rake db:mongoid:remove_undefined_indexes |
| 190 | +rake db:mongoid:create_indexes | |
| 191 | 191 | rake assets:precompile |
| 192 | 192 | ``` |
| 193 | 193 | ... | ... |