From e2165fe9d489b3fd8effa5e536cc37b3dd7d1ed1 Mon Sep 17 00:00:00 2001 From: nsdeschenes Date: Thu, 15 Apr 2021 08:47:24 -0300 Subject: [PATCH] add new collection --- api-js/database-options.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api-js/database-options.js b/api-js/database-options.js index aabe3ff5f5..9b595ac6bf 100644 --- a/api-js/database-options.js +++ b/api-js/database-options.js @@ -80,6 +80,11 @@ export const databaseOptions = ({ rootPass }) => [ name: 'dmarcSummaries', options: { replicationFactor: 2, writeConcern: 1 }, }, + { + type: 'documentcollection', + name: 'aggregateGuidanceTags', + options: { replicationFactor: 2, writeConcern: 1 }, + }, { type: 'edgecollection', name: 'affiliations',