pub async fn create_ensure_block_height_consecutive_trigger(
    conn: &mut PoolConnection<Postgres>,
    namespace: &str,
    identifier: &str
) -> Result<()>
Expand description

Create a database trigger on the indexer’s indexmetadataentity table that ensures no blocks can be missing.