Description
When running the get-schema command before and after a sync in a synced table, the ids, and colors of the choices of a singleSelect (and probably a multipleSelect) field will change.
Steps to reproduce
- Setup a base with a synced table with a singleSelect field with multiple options
- Run the get-schema command one time
- Sync the table
- Run the get-schema command another time
- Observe the json output
Expected behavior
The schema should not have changes if nothing as changed in the table structure.
Actual behavior
The schema contains changes for the choices, even if nothing changed
Environment
Description
When running the
get-schemacommand before and after a sync in a synced table, the ids, and colors of the choices of a singleSelect (and probably a multipleSelect) field will change.Steps to reproduce
Expected behavior
The schema should not have changes if nothing as changed in the table structure.
Actual behavior
The schema contains changes for the choices, even if nothing changed
Environment