Skip to content

Commit

Permalink
Remove first two unused indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Apr 19, 2024
1 parent eca601d commit c0fb77f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SET statement_timeout = 0;

--bun:split

CREATE INDEX CONCURRENTLY IF NOT EXISTS message_pubsubTopic_idx ON public.message (pubsubTopic);
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SET statement_timeout = 0;

--bun:split

DROP INDEX CONCURRENTLY IF EXISTS messageindex;

-- bun:split

DROP INDEX CONCURRENTLY IF EXISTS message_pubsubtopic_idx;

0 comments on commit c0fb77f

Please sign in to comment.