feat: add default sentry

This commit is contained in:
Andras Bacsai
2022-11-28 12:02:10 +01:00
parent 72844e4edc
commit 40d294a247
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Setting" ADD COLUMN "sentryDSN" TEXT;