Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions controlplane/migrations/0137_certain_monster_badoon.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE INDEX IF NOT EXISTS "scca_schema_check_subgraph_id_idx" ON "schema_check_change_action" USING btree ("schema_check_subgraph_id");--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "scgpa_schema_check_subgraph_id_idx" ON "schema_check_graph_pruning_action" USING btree ("schema_check_subgraph_id");--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "sclact_schema_check_subgraph_id_idx" ON "schema_check_lint_action" USING btree ("schema_check_subgraph_id");--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "scs_namespace_id_idx" ON "schema_check_subgraphs" USING btree ("namespace_id");--> statement-breakpoint
CREATE INDEX IF NOT EXISTS "sce_webhook_delivery_id_idx" ON "schema_checks" USING btree ("check_extension_delivery_id");
Loading
Loading