pub async fn penultimate_asset_for_indexer(
    conn: &mut PoolConnection<Postgres>,
    namespace: &str,
    identifier: &str,
    asset_type: IndexerAssetType
) -> Result<IndexerAsset>