boomer77Past 5 Governance Proposal Passed and Voted
    Updated 2022-05-07
    select proposal_id, title, description, date(block_timestamp) as dt
    from terra.gov_submit_proposal
    where proposal_id in ('1092', '1075', '1046', '1025', '1014')
    order by 1 asc
    Run a query to Download Data