You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:cot/cot/src/db/migrations.rs
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.The text was updated successfully, but these errors were encountered: