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
## Relevant issue(s)
Resolves#1747
## Description
Adds support for adding of relational fields to existing schema.
It does not add any syntax magic to make this easy, but it does validate
that the provided values are valid (this is pretty much all it does).
Any magic that we add to make the UX tolerable will need to respect
these rules anyway, so no time lost there.
Similar to other aspects of the schema migration work, this also does
not seek to tidy up the `client.DescriptionFoo` objects, but it does
hope to expose and promote that cleanup in the future.
Syntax sugar and `client.DescriptionFoo` cleanup can/will be done later.
Some hopefully within this release.
## Relevant issue(s)
Resolvessourcenetwork#1747
## Description
Adds support for adding of relational fields to existing schema.
It does not add any syntax magic to make this easy, but it does validate
that the provided values are valid (this is pretty much all it does).
Any magic that we add to make the UX tolerable will need to respect
these rules anyway, so no time lost there.
Similar to other aspects of the schema migration work, this also does
not seek to tidy up the `client.DescriptionFoo` objects, but it does
hope to expose and promote that cleanup in the future.
Syntax sugar and `client.DescriptionFoo` cleanup can/will be done later.
Some hopefully within this release.
Part of #1002
Was deliberately blocked off in 0.6 to limit surface area, likely requires few production code changes.
See
TestSchemaUpdatesAddFieldKindForeignObject
The text was updated successfully, but these errors were encountered: