feat: add clientApiKey per-app for mobile bug submission

This commit is contained in:
2026-04-30 13:50:29 +08:00
parent 4e9d5964ae
commit 40a5f38eaf
4 changed files with 98 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "App" ADD COLUMN "clientApiKey" TEXT;
CREATE UNIQUE INDEX "App_clientApiKey_key" ON "App"("clientApiKey");