pub fn insert_proposal(
    proposal: Proposal,
    db_conn: &DbConnection
) -> QueryResult<usize>