From 70a9586fe040acac42312c71f061fcc050adfe32 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:15:31 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c04d45cc..898b0cc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added indexes for `granteeUserId` and `userId` to the access database table +- Added indexes for `currency` and `userId` to the account database table +- Added an index for `accountId` to the account balance database table +- Added an index for `userId` to the auth device database table +- Added an index for `state` to the market data database table +- Added indexes for `isDraft` and `userId` to the order database table +- Added indexes for `assetClass`, `dataSource`, `isin`, `name` and `symbol` to the symbol profile database table +- Added an index for `userId` to the subscription database table +- Added indexes for `accessToken`, `createdAt`, `provider`, `role` and `thirdPartyId` to the user database table + ### Changed - Set the parser to `angular` in the `prettier` options