adding test for processNotifications
GitOrigin-RevId: 35825755344e9cc10f9e571a253a2eae982b306a
This commit is contained in:
committed by
Copybot
parent
bfa70bf43b
commit
d77be2c94e
+7
@@ -23,6 +23,13 @@ const newIndexes = [
|
||||
name: 'createdAt_1',
|
||||
expireAfterSeconds: 60 * 60 * 24, // expire after 24 hours
|
||||
},
|
||||
{
|
||||
key: {
|
||||
project_id: 1,
|
||||
},
|
||||
name: 'project_id_1',
|
||||
expireAfterSeconds: 60 * 60 * 24, // expire after 24 hours
|
||||
},
|
||||
]
|
||||
|
||||
const migrate = async client => {
|
||||
|
||||
Reference in New Issue
Block a user