wallet-core: remember applied DB fixups
This commit is contained in:
parent
668d7a213e
commit
afd6f48b57
@ -2390,6 +2390,9 @@ export async function applyFixups(
|
|||||||
}
|
}
|
||||||
logger.info(`applying DB fixup ${fixupInstruction.name}`);
|
logger.info(`applying DB fixup ${fixupInstruction.name}`);
|
||||||
await fixupInstruction.fn(tx);
|
await fixupInstruction.fn(tx);
|
||||||
|
await tx.fixups.put({
|
||||||
|
fixupName: fixupInstruction.name,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user