(this diff used to be about applying policies to blueprints)
This restructures Drydock so that blueprints are instances in the DB, with an associated implementation class. Thus resources now have a blueprintPHID instead of blueprintClass and DrydockBlueprint becomes a DAO. The old DrydockBlueprint is renamed to DrydockBlueprintImplementation, and the DrydockBlueprint DAO has a blueprintClass column on it.
This now just implements CAN_VIEW and CAN_EDIT policies for blueprints, although they are probably not enforced in all of the places they could be.