Skip to content

Commit 462569f

Browse files
committed
More indices
1 parent 161c4c0 commit 462569f

File tree

4 files changed

+2372
-0
lines changed

4 files changed

+2372
-0
lines changed

drizzle/0057_indices.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CREATE INDEX IF NOT EXISTS "blocks_account_id_index" ON "blocks" ("account_id");--> statement-breakpoint
2+
CREATE INDEX IF NOT EXISTS "blocks_blocked_account_id_index" ON "blocks" ("blocked_account_id");--> statement-breakpoint
3+
CREATE INDEX IF NOT EXISTS "posts_actor_id_index" ON "posts" ("actor_id");

0 commit comments

Comments
 (0)