nautobot-app-version-control
nautobot-app-version-control copied to clipboard
Fix Migrations once Dolt Supports `READ COMMITTED`
Dolt must support the READ COMMITTED
isolation level in order to properly support Django migrations:
Dolt issue here: https://github.com/dolthub/dolt/issues/2007