Browse Source

Update changelog

pull/3033/head
Thomas Kaul 2 years ago
parent
commit
5347d3507e
  1. 14
      CHANGELOG.md

14
CHANGELOG.md

@ -9,14 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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 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 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 `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
- Added an index for `userId` to the subscription database table
- Added an index for `name` to the tag database table
- Added indexes for `accessToken`, `createdAt`, `provider`, `role` and `thirdPartyId` to the user database table
### Changed

Loading…
Cancel
Save