INFRA-2911 | fixed test failure (#375)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user