Remove deprecated index (until an async context allows support)
This commit is contained in:
parent
29fe0cb9b8
commit
4395579fca
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module.exports = (sequelize, { BOOLEAN, DATE, STRING }) => {
|
||||||
timestamps: false, // don't use default timestamps columns
|
timestamps: false, // don't use default timestamps columns
|
||||||
indexes: [
|
indexes: [
|
||||||
{
|
{
|
||||||
fields: ['isInternal', 'time', 'claimId', 'routePath'],
|
fields: ['isInternal', 'time', 'routePath'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue