imdg execution currency remove index
This commit is contained in:
parent
5013fb2c17
commit
b7158efbde
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ public class ExecutionCurrencyMapStore extends TemplateMapStore<ExecutionCurrenc
|
|||
return IMDGDistributedNames.Map_ExecutionCurrency;
|
||||
}
|
||||
|
||||
public String[] getIndexingField() {
|
||||
return new String[]{"exchangeExecutionId", "sessionId"};
|
||||
}
|
||||
// public String[] getIndexingField() {
|
||||
// return new String[]{"exchangeExecutionId", "sessionId"};
|
||||
// }
|
||||
|
||||
@Override
|
||||
public String getTableName() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue