Skip to content

Commit

Permalink
Merge pull request #44 from cp-20/feat/improve-full-text-search
Browse files Browse the repository at this point in the history
全文検索エンジンを改善
  • Loading branch information
cp-20 authored Jan 31, 2024
2 parents a4e2f9a + 28561be commit 2fb9a20
Show file tree
Hide file tree
Showing 7 changed files with 712 additions and 15 deletions.
2 changes: 2 additions & 0 deletions packages/database/drizzle/0008_wakeful_domino.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CREATE INDEX IF NOT EXISTS "idx_email_on_users" ON "users" ("email");--> statement-breakpoint
ALTER TABLE "users" ADD CONSTRAINT "email_on_users" UNIQUE("email");
Loading

0 comments on commit 2fb9a20

Please sign in to comment.