We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a33ec9 commit 889b44cCopy full SHA for 889b44c
4 files changed
packages/db/migrations/0125_eager_lily_hollister.sql
@@ -0,0 +1,4 @@
1
+CREATE INDEX "api_key_workspace_type_idx" ON "api_key" USING btree ("workspace_id","type");--> statement-breakpoint
2
+CREATE INDEX "api_key_user_type_idx" ON "api_key" USING btree ("user_id","type");--> statement-breakpoint
3
+CREATE INDEX "verification_expires_at_idx" ON "verification" USING btree ("expires_at");--> statement-breakpoint
4
+CREATE INDEX "workflow_blocks_type_idx" ON "workflow_blocks" USING btree ("type");
0 commit comments