mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
Three CI failures on the stage 1 branch: 1. schema_migration_check drifted: the LiteLLM_PTUReservation CREATE TABLE omitted DEFAULT CURRENT_TIMESTAMP on updated_at, so prisma migrate diff reported the column as needing an ALTER. Added the default to match every other table's convention. 2. proxy-infra test_gateway_plus_backend_covers_full_app: the four new /ptu_reservation/* routes weren't listed on either component's allowlist. Added /ptu_reservation/ as a backend prefix (admin API, never data-plane). 3. Verify schema.d.ts matches the proxy OpenAPI spec: adding endpoints changed the spec so the dashboard's generated types were stale. Regenerated with npm run gen:api. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||