Files
lnd/sqldb
Elle Mouton ddea6d59ce graph/db+sqldb: make node migration idempotent
In this commit, the graph SQL migration is updated so that the node
migration step is retry-safe. This is done by using migration specific
logic & queries that do not use the same node-update-constraint as the
normal node upsert logic. For normal "run-time" logic, we always expect
a node update to have a newer timestamp than any previously stored one.
But for the migration, we will only ever be dealing with a single
announcement for a given node & to make things retry-safe, we dont want
the query to error if we re-insert the exact same node.
2025-09-01 07:56:34 +02:00
..
2025-08-07 16:53:45 +02:00
2025-07-25 12:21:18 -03:00
2024-10-26 14:18:00 +02:00
2025-08-14 11:59:09 +02:00
2025-08-14 11:59:09 +02:00
2025-08-14 11:59:09 +02:00
2025-08-14 12:00:40 +02:00