Skip to content

Commit 2fb9a20

Browse files
authored
Merge pull request #44 from cp-20/feat/improve-full-text-search
全文検索エンジンを改善
2 parents a4e2f9a + 28561be commit 2fb9a20

File tree

7 files changed

+712
-15
lines changed

7 files changed

+712
-15
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE INDEX IF NOT EXISTS "idx_email_on_users" ON "users" ("email");--> statement-breakpoint
2+
ALTER TABLE "users" ADD CONSTRAINT "email_on_users" UNIQUE("email");

0 commit comments

Comments
 (0)