Description
We should support removing fields in the automatic migration generator.
The entry point for this is
cot/cot-cli/src/migration_generator.rs
Lines 404 to 411 in 2bbb096
OperationInner
variant: Line 460 in 2bbb096
Note that the "removed field" operation will need to store all the data about the removed field, too, so that an implementation of Operation::backwards
can be created.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done