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
The version should default to version = "1" since there is none now. When version is present, it should start at version = "2", and we can then responsibly make backward-incompatible changes to the schema. Consider also using semver for the version.
The version should default to
version = "1"since there is none now. When version is present, it should start atversion = "2", and we can then responsibly make backward-incompatible changes to the schema. Consider also using semver for the version.