Skip to content

Commit f3ff651

Browse files
committed
fix(coderd/database): remove stale guardrail index references from migration 454
1 parent 06def19 commit f3ff651

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
CREATE UNIQUE INDEX idx_chat_providers_one_enabled_per_family
2-
ON chat_providers (provider)
3-
WHERE enabled = TRUE;
4-
51
DROP TABLE IF EXISTS chat_model_provider_configs;

coderd/database/migrations/000454_model_provider_priority.up.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ JOIN
2626
WHERE
2727
cmc.deleted = FALSE;
2828

29-
DROP INDEX IF EXISTS idx_chat_providers_one_enabled_per_family;

0 commit comments

Comments
 (0)