diff --git a/litellm-proxy-extras/litellm_proxy_extras/migrations/20260804162853_add_budget_window_spend_table/migration.sql b/litellm-proxy-extras/litellm_proxy_extras/migrations/20260804162853_add_budget_window_spend_table/migration.sql index 45cc927a328..c3018006adb 100644 --- a/litellm-proxy-extras/litellm_proxy_extras/migrations/20260804162853_add_budget_window_spend_table/migration.sql +++ b/litellm-proxy-extras/litellm_proxy_extras/migrations/20260804162853_add_budget_window_spend_table/migration.sql @@ -1,4 +1,3 @@ --- CreateTable CREATE TABLE IF NOT EXISTS "LiteLLM_BudgetWindowSpend" ( "entity_type" TEXT NOT NULL, "entity_id" TEXT NOT NULL,