lnd/watchtower/wtdb/migration4
Elle Mouton 50ad10666c
watchtower/wtdb: add migration code for AckedUpdates
In this commit, the code for migration 4 is added. This migration takes
all the existing session acked updates and migrates them to be stored in
the RangeIndex form instead. Note that this migration is not activated
in this commit. This is done in a follow up commit in order to keep this
one smaller.
2023-01-11 13:59:03 +02:00
..
client_db.go watchtower/wtdb: add migration code for AckedUpdates 2023-01-11 13:59:03 +02:00
client_db_test.go watchtower/wtdb: add migration code for AckedUpdates 2023-01-11 13:59:03 +02:00
codec.go watchtower/wtdb: add migration code for AckedUpdates 2023-01-11 13:59:03 +02:00
log.go watchtower/wtdb: add migration code for AckedUpdates 2023-01-11 13:59:03 +02:00
range_index.go watchtower/wtdb: add migration code for AckedUpdates 2023-01-11 13:59:03 +02:00