pub async fn remove_ensure_block_height_consecutive_trigger(
conn: &mut PoolConnection<Postgres>,
namespace: &str,
identifier: &str
) -> Result<()>
Expand description
When -allow-non-sequential-blocks is set, we need to remove the trigger from indexer’s indexmetadataentity table.