INFRA-2911 | fixed test failure (#375)

This commit is contained in:
Shashank Shekhar
2024-02-20 12:08:34 +05:30
committed by GitHub
parent 4ddbde07b5
commit c575dc3289
2 changed files with 1 additions and 2 deletions

View File

@@ -10,5 +10,4 @@ CREATE TABLE product
-- Indices -------------------------------------------------------
CREATE UNIQUE INDEX product_name_key ON product (name text_ops);
CREATE INDEX idx_product_name ON product (name text_ops);