fix: add migration for missing ai_settings columns

The original migration only created the table with id/userId/apiKey.
All provider keys, models, toggles, and feature flags were in the
schema but never added to the database, causing every AI settings
save to fail with a Prisma column-not-found error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gitead
2026-06-09 23:46:52 -04:00
parent facf9e79e2
commit 949e64c129
10 changed files with 111 additions and 16650 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long