INFRA-2911 | Removing index query on primary key (gets auto created) (#374)
This commit is contained in:
@@ -10,6 +10,5 @@ CREATE TABLE product
|
||||
|
||||
-- Indices -------------------------------------------------------
|
||||
|
||||
CREATE UNIQUE INDEX product_pkey ON product (id int8_ops);
|
||||
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