From dbea0456bc594a726f37aa1782b97b66dd04e102 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:58:33 +0100 Subject: [PATCH] Update changelog (#3035) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f044dbb..c0e0022df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added indexes for `alias`, `granteeUserId` and `userId` to the access database table - Added indexes for `currency`, `name` and `userId` to the account database table -- Added an index for `accountId`, `date` and `updatedAt` to the account balance database table +- Added indexes for `accountId`, `date` and `updatedAt` to the account balance database table - Added an index for `userId` to the auth device database table -- Added an index for `marketPrice` and `state` to the market data database table +- Added indexes for `marketPrice` and `state` to the market data database table - Added indexes for `date`, `isDraft` and `userId` to the order database table - Added an index for `name` to the platform database table - Added indexes for `assetClass`, `currency`, `dataSource`, `isin`, `name` and `symbol` to the symbol profile database table