Exclude accounts (#1289)

* Exclude accounts

* Update changelog
This commit is contained in:
Thomas Kaul
2022-09-25 18:02:46 +02:00
committed by GitHub
parent 72974e888f
commit f01a3f893d
22 changed files with 344 additions and 176 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Account" ADD COLUMN "isExcluded" BOOLEAN NOT NULL DEFAULT false;