Skip to content

Fixing the migration for CARTA corrections... again

Daniel Lyons requested to merge really-fix-carta-correction into main

There are complications here due to the way that SQLAlchemy and Alembic want to work, but basically, because it is both binary and a literal, you have to create an ad-hoc schema for the table to update and use this syntax to update it. All because there's an escape sequence in the binary.

Merge request reports