Skip to content

Commit

Permalink
feat(deployment): adjusts index for active settings pagination
Browse files Browse the repository at this point in the history
refs #714
  • Loading branch information
ygrishajev committed Feb 6, 2025
1 parent 8bfb687 commit 44dd75e
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/api/drizzle/0012_quiet_exiles.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS "auto_top_up_enabled_id_idx";--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "id_auto_top_up_enabled_closed_idx" ON "deployment_settings" USING btree ("id","auto_top_up_enabled","closed");
Loading

0 comments on commit 44dd75e

Please sign in to comment.