gristlabs / grist-static

Showing Grist spreadsheets on a static website, without a special backend.
https://gristlabs.github.io/grist-static/
Apache License 2.0
82 stars 0 forks source link

UNIQUE constraint error upon repeated type conversion #5

Closed alexmojaki closed 1 year ago

alexmojaki commented 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:

Screenshot from 2023-06-12 17-28-41

paulfitz commented 1 year ago

Should have been fixed by https://github.com/gristlabs/grist-core/pull/566, will reach grist-static soon.