diff --git a/db/migration/000014_product_table.up.sql b/db/migration/000014_product_table.up.sql index 5cdbf20..3644254 100644 --- a/db/migration/000014_product_table.up.sql +++ b/db/migration/000014_product_table.up.sql @@ -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); \ No newline at end of file