Skip to content

Commit

Permalink
feat(deployment): marks closed deployments
Browse files Browse the repository at this point in the history
refs #714
  • Loading branch information
ygrishajev committed Feb 7, 2025
1 parent 66cd74b commit 2694f82
Show file tree
Hide file tree
Showing 11 changed files with 501 additions and 25 deletions.
3 changes: 3 additions & 0 deletions apps/api/drizzle/0011_confused_storm.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DROP INDEX IF EXISTS "auto_top_up_enabled_id_idx";--> statement-breakpoint
ALTER TABLE "deployment_settings" ADD COLUMN "closed" boolean DEFAULT false NOT NULL;--> 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 2694f82

Please sign in to comment.