Simplify donation receipts

This commit is contained in:
Scott Nonnenberg
2025-07-02 06:33:36 +10:00
committed by GitHub
parent 199dbaf49d
commit 6db7bedc8c
8 changed files with 91 additions and 209 deletions

View File

@@ -65,7 +65,5 @@ describe('SQL/updateToSchemaVersion1380', () => {
const details = explain(db, template);
assert.include(details, 'USING INDEX donationReceipts_byTimestamp');
assert.notInclude(details, 'TEMP B-TREE');
// TODO: are we actually okay with a SCAN?
// assert.notInclude(details, 'SCAN');
});
});