We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f6e89 + bf6ceb4 commit b75e555Copy full SHA for b75e555
1 file changed
src/models/cassandra/lock/lockModel.js
@@ -11,6 +11,5 @@ module.exports = {
11
deviceId: 'text',
12
expiresAt: 'timestamp'
13
},
14
- key: ['resourceId', 'resourceType'],
15
- indexes: ['lockId']
+ key: ['resourceId', 'resourceType']
16
}
0 commit comments