I have add the django-mptt to existing database, and create the new migration.
Migration process was asked for default values for level
, left
, right
and such fields, but doesn't add the model.rebuild
operation to migration file.
How to add rebuild operation to migration file manually?