Files
anything-llm/server/prisma/migrations/20260406120000_init/migration.sql
Guilherme Nogueira 159376e2a1 feat: adds name field to api keys (#5366)
* feat: adds name field to api keys

* remove extra toasts

* prune and norm translations

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2026-04-10 10:40:14 -07:00

3 lines
61 B
SQL

-- AlterTable
ALTER TABLE "api_keys" ADD COLUMN "name" TEXT;