Skip to content

Commit

Permalink
Refs errbit#994 reverse order of index create/remove
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecrozz committed Dec 21, 2015
1 parent edeb1e0 commit 2b58953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ When upgrading Errbit, please run:
git pull origin master # assuming origin is the github.com/errbit/errbit repo
bundle install
rake db:migrate
rake db:mongoid:create_indexes
rake db:mongoid:remove_undefined_indexes
rake db:mongoid:create_indexes
rake assets:precompile
```

Expand Down

0 comments on commit 2b58953

Please sign in to comment.