pub fn batch_insert_proposals_voteplans(
    pvs: impl Iterator<Item = ProposalVotePlan>,
    db_conn: &DbConnection
) -> QueryResult<usize>