We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rake db:schema:load complains about missing relations. However, rake db:setup works fine.
rake db:schema:load
rake db:setup
@allenwq suspects that the issue might be due to the schema_plus gem
The text was updated successfully, but these errors were encountered:
@fonglh Can you check if this has been fixed in master? I think upgrading schema_plus should have fixed it.
Sorry, something went wrong.
We still cannot do schema:load, it was because SchemaPlus/schema_plus#155
@weiqingtoh is this fixed?
Fixed, it's a quite old issue with schema_plus
On Monday, 20 June 2016, Joel Low [email protected] wrote:
@weiqingtoh https://github.com/weiqingtoh is this fixed? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #162 (comment), or mute the thread https://github.com/notifications/unsubscribe/AEwJx-rsdBDIVLiUvK0vKuTbTHM1hTFAks5qNqR-gaJpZM4D92N8 .
@weiqingtoh https://github.com/weiqingtoh is this fixed?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #162 (comment), or mute the thread https://github.com/notifications/unsubscribe/AEwJx-rsdBDIVLiUvK0vKuTbTHM1hTFAks5qNqR-gaJpZM4D92N8 .
No branches or pull requests
rake db:schema:load
complains about missing relations. However,rake db:setup
works fine.@allenwq suspects that the issue might be due to the schema_plus gem
The text was updated successfully, but these errors were encountered: