bdragon300 / mongoengine-migrate

Migrations for MongoEngine inspired by Django
Apache License 2.0
17 stars 5 forks source link

Implement `change_unique` method in common field handler #25

Closed bdragon300 closed 3 years ago

bdragon300 commented 3 years ago

CommonFieldHandler.change_unique method handles changing of unique field parameter. I guess this issue should be started after indexes support will be implemented.

It's needed to figure out how unique parameter works inside mongoengine and what should be done on its modifying.

bdragon300 commented 3 years ago

Closed because this behavior was implemented in index actions