Closed alexmojaki closed 1 year ago
When I change column type twice in a row, I get UNIQUE constraint failed: _grist_Tables_column.id failed as it tries to add the helper columns that the logs say were cleaned up after the previous transform:
UNIQUE constraint failed: _grist_Tables_column.id failed
Should have been fixed by https://github.com/gristlabs/grist-core/pull/566, will reach grist-static soon.
When I change column type twice in a row, I get
UNIQUE constraint failed: _grist_Tables_column.id failed
as it tries to add the helper columns that the logs say were cleaned up after the previous transform: