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
A Twenty users tried to update a SELECT enum option labels while also modifying the defaultValue. This led to a bug which is tracked elsewhere. However, this bug has put the whole workspace into a broken state instead of rolling back changes.
We have implemented transaction on the updateOneField resolver but the transaction does not take into account workspaceMigrations creation. It should, so even if we face an error, the workspace stays in a healthy state
The text was updated successfully, but these errors were encountered:
Bug Description
A Twenty users tried to update a SELECT enum option labels while also modifying the defaultValue. This led to a bug which is tracked elsewhere. However, this bug has put the whole workspace into a broken state instead of rolling back changes.
We have implemented transaction on the updateOneField resolver but the transaction does not take into account workspaceMigrations creation. It should, so even if we face an error, the workspace stays in a healthy state
The text was updated successfully, but these errors were encountered: