pub async fn indexer_asset_version(
    conn: &mut PoolConnection<Postgres>,
    index_id: &i64,
    asset_type: &IndexerAssetType
) -> Result<i64>