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