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
At the moment schema branching doesn't really work, due to #2333.
We also we to move local field description stuff off the schema and on to the collection long term (so it's location makes sense, and doesn't impact the global schema).
Move FieldDescription.ID on to something on the CollectionDescription. Do so whilst keeping in mind that other stuff (such as (perhaps) RelationName, and secondary relation fields).
The text was updated successfully, but these errors were encountered:
## Relevant issue(s)
Resolves#2334
## Description
Moves field id off of schema and onto collection.
It is now a local property and does not need to be the same across
multiple nodes. The new `Fields` property on `CollectionDescription`
will be where other local field stuff is move too from the schema
(relation_name, descriptions, secondary relation fields).
This change is a prerequisite of allowing fields to be deleted and
schema branching (see
#2333 for more info on
that if currious)
At the moment schema branching doesn't really work, due to #2333.
We also we to move local field description stuff off the schema and on to the collection long term (so it's location makes sense, and doesn't impact the global schema).
Move FieldDescription.ID on to something on the CollectionDescription. Do so whilst keeping in mind that other stuff (such as (perhaps) RelationName, and secondary relation fields).
The text was updated successfully, but these errors were encountered: