Skip to content

Commit 2dbff55

Browse files
authored
Add new Aggregate Guidance Tag Collection (canada-ca#2115)
1 parent 81a8f79 commit 2dbff55

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

api-js/database-options.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ export const databaseOptions = ({ rootPass }) => [
8080
name: 'dmarcSummaries',
8181
options: { replicationFactor: 2, writeConcern: 1 },
8282
},
83+
{
84+
type: 'documentcollection',
85+
name: 'aggregateGuidanceTags',
86+
options: { replicationFactor: 2, writeConcern: 1 },
87+
},
8388
{
8489
type: 'edgecollection',
8590
name: 'affiliations',

0 commit comments

Comments
 (0)