Add index to startDate in video view table

This commit is contained in:
Chocobozzz
2018-09-04 15:25:02 +02:00
parent 1a893f9c70
commit 0926af7acc

View File

@@ -7,6 +7,9 @@ import * as Sequelize from 'sequelize'
indexes: [
{
fields: [ 'videoId' ]
},
{
fields: [ 'startDate' ]
}
]
})