Database refactor
This splits the Queue
table in to Package
and Queue
with Package
containing the fixed info like architecture and name and the Queue the version and build state. Dependencies have moved from the queue to the packages so they don't get corrupted by superseding builds.