Files
paperclip/packages/db/src/migrations/0034_fat_dormammu.sql
2026-03-16 16:48:13 -05:00

2 lines
279 B
SQL

DROP INDEX "budget_incidents_policy_window_threshold_idx";--> statement-breakpoint
CREATE UNIQUE INDEX "budget_incidents_policy_window_threshold_idx" ON "budget_incidents" USING btree ("policy_id","window_start","threshold_type") WHERE "budget_incidents"."status" <> 'dismissed';