Skip to content

Commit

Permalink
Created index (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat authored Mar 11, 2023
1 parent 581636d commit c572602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS "auth"."username";
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CREATE INDEX "username" on
"auth"."users" using btree ("username");

1 comment on commit c572602

@vercel
Copy link

@vercel vercel bot commented on c572602 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.