Skip to content

Asynchronously create index to support typecasting while UUID type migration is being performed

Why are we doing this work?

We need a temporary index to support typecasting to uuid while the type conversion is being performed

See !131395 (comment 1556315609) for justification

Implementation plan

  1. Asynchronously create index tmp_uuid_cast_index on vulnerability_occurrences ((uuid::uuid))
Edited by Michał Zając