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
Optional fields do not need a migration, because the fields are implicitly nil.
Required fields need either an update to all entities, or they need a fallback value in the driver.
The text was updated successfully, but these errors were encountered:
Optional fields do not need a migration, because the fields are implicitly
nil
.Required fields need either an update to all entities, or they need a fallback value in the driver.
The text was updated successfully, but these errors were encountered: