Feature/add index for is excluded to account database table (#3067)
* Add index for isExcluded to account database table * Update changelogpull/3068/head^2
parent
68e558f198
commit
d1617f2d87
@ -0,0 +1,2 @@
|
||||
-- CreateIndex
|
||||
CREATE INDEX "Account_isExcluded_idx" ON "Account"("isExcluded");
|
Loading…
Reference in new issue