Remove deprecated index (until an async context allows support)

This commit is contained in:
Shawn 2018-10-08 19:13:24 -05:00
parent 29fe0cb9b8
commit 4395579fca

View file

@ -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'],
}, },
], ],
} }