pub async fn check_prunable_tables_valid(
conn: &mut Connection<'_>,
) -> Result<(), IndexerError>
Expand description
Check that prunable tables exist in the database.
pub async fn check_prunable_tables_valid(
conn: &mut Connection<'_>,
) -> Result<(), IndexerError>
Check that prunable tables exist in the database.