Browse Source

Update changelog

pull/3033/head
Thomas Kaul 2 years ago
parent
commit
70a9586fe0
  1. 12
      CHANGELOG.md

12
CHANGELOG.md

@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## 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 ### Changed
- Set the parser to `angular` in the `prettier` options - Set the parser to `angular` in the `prettier` options

Loading…
Cancel
Save