-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhanced db:create task breaks plugins compatibility #82
Comments
rpbaltazar
added a commit
that referenced
this issue
Jun 26, 2020
A sample app with hstore https://github.com/rails-on-services/rails-6-demo/blob/test-apartment-pr-73 that will work once the associated PR is merged |
rpbaltazar
added a commit
that referenced
this issue
Jun 27, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
application that uses hstore extension, e.g
Expected behavior
to not fail
Actual behavior
after running db:create an error is thrown regarding the hstore extension
System configuration
postgresql
2.7.0
Apartment config (in
config/initializers/apartment.rb
or so):use_schemas
:true
Rails (or ActiveRecord) version:
Rails 6
The text was updated successfully, but these errors were encountered: