Update timing guidelines to be inline with the docs
Why?
Current time_guidance, checks whether a query in concurrent and then applies the post-migration/regular migration timeline guidelines but non-concurrent DDL operations in post-migrations can still take <= 20mins as per the docs.
Also with the current logic, create unique index concurrently is not factored for identifying concurrent operations.
