Fixes https://github.com/twentyhq/twenty/issues/11471 ## Context When sending false as a new defaultValue, this was not going through the migration creation code due to this condition ```typescript if (updatableFieldInput.defaultValue) ```
Fixes https://github.com/twentyhq/twenty/issues/11471 ## Context When sending false as a new defaultValue, this was not going through the migration creation code due to this condition ```typescript if (updatableFieldInput.defaultValue) ```