Skip to content

Commit

Permalink
removed duplicate index creation statement in db create script
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Nov 14, 2023
1 parent da7d97b commit 2c34573
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ComponentRegistry/src/main/sql/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ CREATE INDEX idx_user_id ON basedescription USING btree (user_id);

CREATE INDEX idx_basedescription_recommended ON basedescription USING btree (recommended);

CREATE INDEX idx_basedescription_recommended ON basedescription USING btree (recommended);

--
-- Name: comments comments_user; Type: FK CONSTRAINT; Schema: public; Owner: compreg
--
Expand Down

0 comments on commit 2c34573

Please sign in to comment.