Skip to content

Commit

Permalink
Added migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Willianvdv committed Dec 4, 2013
1 parent 9bf192a commit fd8467f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Add spree_hstore to your Gemfile:
gem 'spree_hstore', github: 'Willianvdv/spree_hstore_filter'
```

Install the migrations and migrate

```
$ bundle exec rake railties:install:migrations FROM=spree_hstore
$ bundle exec rake db:migrate
```

Testing
-------

Expand Down

0 comments on commit fd8467f

Please sign in to comment.