pub async fn force_create_latest(
    db: &PgPool,
    void: bool
) -> Result<(), Box<dyn Error>>