mongoengine-migrate icon indicating copy to clipboard operation
mongoengine-migrate copied to clipboard

Renaming the related collection of GridFS field on `collection_name` parameter change

Open bdragon300 opened this issue 4 years ago • 0 comments

GridFS fields are: FileField, ImageField.

It's needed to track collection_name of GridFS field parameter and rename the related collection if it has changed. Also keep in mind that the collection can be in different connection (db_alias). Also don't forget to check if collection with new name is already defined in Documents.

Maybe it's better to interactively ask user if do the following during executing makemigrations command.

bdragon300 avatar Nov 16 '20 20:11 bdragon300