Closed AlessandroSechi closed 2 years ago
Prevents migrations breaking while executing them inside a transaction.
Performing migration inside a transaction, which alters a column, doesn't work if new connection is created. Instead, always reuse old one
@jinzhu tests passed
lgtm, thank you for your contribution
What did this pull request do?
Prevents migrations breaking while executing them inside a transaction.
User Case Description
Performing migration inside a transaction, which alters a column, doesn't work if new connection is created. Instead, always reuse old one