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
fix: return tableName in property.reference() (#51)(@leibowitz)
* fix: return tableName in property.reference()
Fix issue when foreign key is not defining a reference,
but a relationship exists, resulting in this:
Error: There are no resources with given id: "[object Object]"
Or
Error: There are no resources with given id: ""schema"."table""
* chore: temporarily cast references.model as any
Co-authored-by: Rafał Dzięgielewski <rafal.dzieg@gmail.com>
0 commit comments