Thomas Kaul
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|