run schemadoc against dbs in parallel
Created by: camdencheek
Currently, we run schemadoc for the Frontend db and the CodeIntel db in sequence, but a big portion of the time spent is migrating each db. We can run those in parallel and cut the runtime in half. On my machine, this cuts schemadoc runtime from 20s to 9s.