select count(*),block_timestamp::date from flipside_prod_db.solana.fact_gauges_votes where
voter in (select distinct SIGNER from solana.fact_gov_actions
where mint ='Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1' and action ='LOCK' and SUCCEEDED='TRUE')
group by 2