Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz committed Sep 15, 2024
1 parent 86740e6 commit 5da690b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/cic_pattern/4_fourth/down.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- Drop the concurrent index
DROP INDEX CONCURRENTLY IF EXISTS idx_users_email;
DROP INDEX CONCURRENTLY IF EXISTS idx_users_email;
2 changes: 1 addition & 1 deletion testdata/cic_pattern/4_fourth/up.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- Create a concurrent index
CREATE INDEX CONCURRENTLY idx_users_email ON users (email);
CREATE INDEX CONCURRENTLY idx_users_email ON users (email);

0 comments on commit 5da690b

Please sign in to comment.