LSIF: Replace LSIF jobs with uploads in lsif-server
Created by: efritz
This PR implements part of RFC 83, the effort to transition from the redis-based LISF job queue to a postgres-based uploads queue.
This PR adds the lsif_uploads
table and the associated ORM model.