|
|
@ -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 `alias`, `granteeUserId` and `userId` to the access database table
|
|
|
|
- Added indexes for `currency`, `name` and `userId` to the account 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 `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 indexes for `date`, `isDraft` and `userId` to the order database table
|
|
|
|
- Added an index for `name` to the platform 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 indexes for `assetClass`, `currency`, `dataSource`, `isin`, `name` and `symbol` to the symbol profile database table
|
|
|
|