feat: add clientApiKey per-app for mobile bug submission
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "App" ADD COLUMN "clientApiKey" TEXT;
|
||||
CREATE UNIQUE INDEX "App_clientApiKey_key" ON "App"("clientApiKey");
|
||||
Reference in New Issue
Block a user