Remove deprecated index (until an async context allows support)

This commit is contained in:
Shawn 2018-10-08 19:13:03 -05:00
parent a695516d67
commit 29fe0cb9b8

View file

@ -43,7 +43,7 @@ module.exports = (sequelize, { BOOLEAN, DATE, STRING }) => {
timestamps: false, // don't use default timestamps columns
indexes: [
{
fields: ['isInternal', 'isChannel', 'time', 'claimId', 'routePath'],
fields: ['isInternal', 'time', 'claimId', 'routePath'],
},
],
}