mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
* feat: adds name field to api keys * remove extra toasts * prune and norm translations --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
3 lines
61 B
SQL
3 lines
61 B
SQL
-- AlterTable
|
|
ALTER TABLE "api_keys" ADD COLUMN "name" TEXT;
|