mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Simplify donation receipts
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user