*I recommend reviewing this with whitespace changes disabled.*
`GRDBDatabaseStorageAdapter.logIntegrityChecks()` needn't return a
promise. It only does that so it can run on a specific dispatch queue.
Instead, the dispatch queue should be the responsibility of the caller.
This change should have no user impact and makes a future improvement
easier.