Skip to content

Suppport "remove model" in automatic migration generator #207

@m4tx

Description

@m4tx

We should support removing models in the automatic migration generator.

The entry point for this is

#[must_use]
fn make_remove_model_operation(&self, _migration_model: &ModelInSource) -> DynOperation {
todo!()
}
. This will also require adding a new OperationInner variant:
enum OperationInner {

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

enhancementNew feature or request

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions