You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to praise the development team for the patch_file option which is single handedly saving me from having wait till this issue is resolved. A true stroke of genius.
Setup
Versions
Feature Flags
Problem Description
Similar to #2096
I am however using the schema="name" found in the resolution of that issue as follows
I also have 2 tables, one in each schema:
The generated diesel schemas do not include the relationship:
What is the expected output?
one of the schema(game.rs I think?) should include:
Are you seeing any additional errors?
Yes, cli
generate --diff-schema
produces empty sql files when I manually add the above lines and then call it.Steps to reproduce
see above
Checklist
closed if this is not the case)
The text was updated successfully, but these errors were encountered: