feature(dashboard): add ability to filter out events by profile id and ip (#101)
This commit is contained in:
committed by
GitHub
parent
27ee623584
commit
f4ad97d87d
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "projects" ADD COLUMN "cors" TEXT,
|
||||
ADD COLUMN "crossDomain" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN "domain" TEXT,
|
||||
ADD COLUMN "filters" JSONB NOT NULL DEFAULT '[]';
|
||||
Reference in New Issue
Block a user