mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Add index for isExcluded to account database table * Update changelogpull/3068/head^2
Thomas Kaul
11 months ago
committed by
GitHub
3 changed files with 7 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||
|
-- CreateIndex |
||||
|
CREATE INDEX "Account_isExcluded_idx" ON "Account"("isExcluded"); |
Loading…
Reference in new issue