Closed andy-wm-arthur closed 3 years ago
When the Nautobot Dolt plugin is installed, middleware automatically triggers a Dolt commit for each write request. We need to mirror this behavior for manage.py commands that make database writes.
manage.py
Auto commit for migrations addressed in https://github.com/nautobot/nautobot-plugin-workflow-dolt/commit/273243498f4ba2d044cdac9e0df890947abdfe36
When the Nautobot Dolt plugin is installed, middleware automatically triggers a Dolt commit for each write request. We need to mirror this behavior for
manage.py
commands that make database writes.