mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 20:56:01 +02:00
Currently, the graph SQL migration is not retry safe. Meaning that if the source DB exeutes a retry under the hood, this could result in the migration failing. In preparation for fixing this, we adust the migration test accordingly.