779c503381
## Context We used to not sync defaultValue and recently introduced a change in https://github.com/twentyhq/twenty/blob/3340f01c312de9d9ca6a4f19f45437d9d850fff0/packages/twenty-server/src/engine/workspace-manager/workspace-sync-metadata/comparators/workspace-field.comparator.ts with shouldNotOverrideDefaultValue to sync it for specific field metadata type that can't be overwritten by the user. This means we should have removed 'defaultValue' from commonFieldPropertiesToIgnore list since it was handled differently. This PR fixes that Before <img width="792" alt="Screenshot 2024-12-20 at 11 04 09" src="https://github.com/user-attachments/assets/1771c5a3-2162-4013-8a08-c54d2619fda3" /> After <img width="798" alt="Screenshot 2024-12-20 at 11 04 55" src="https://github.com/user-attachments/assets/33e09f16-c615-4a43-950d-d2df955fb196" />