Skip to content

Commit

Permalink
Merge pull request #239 from brunoarueira/patch-1
Browse files Browse the repository at this point in the history
Fix the method that should be called on heroku console
  • Loading branch information
bradrobertson committed Jun 1, 2015
2 parents 1709bde + fef5c10 commit 26c8142
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 @@ -300,7 +300,7 @@ This would be for a config with `default_schema` set to `public` and `persistent
4. Next: `CREATE SCHEMA IF NOT EXISTS hstore;`
5. Finally: `CREATE EXTENSION IF NOT EXISTS hstore SCHEMA hstore;` and hit enter (`\q` to exit)

To double check, login to the console of your Heroku app and see if `Apartment.connection.default_search_path` is `public,hstore`
To double check, login to the console of your Heroku app and see if `Apartment.connection.schema_search_path` is `public,hstore`

#### 3. Ensure the schema is in the apartment config
```ruby
Expand Down

0 comments on commit 26c8142

Please sign in to comment.