Skip to content

Commit 6d6b78f

Browse files
authored
chore(playgrounds): Update create collection time-series template VSCODE-291 (#344)
1 parent d0015f2 commit 6d6b78f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/templates/playgroundCreateCollectionWithTSTemplate.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ db.createCollection(collection);
3535
timeseries: {
3636
timeField: <string>,
3737
metaField: <string>,
38-
expireAfterSeconds: <number>
39-
}
38+
granularity: <string>
39+
},
40+
expireAfterSeconds: <number>
4041
}
4142
) */
4243
`;

0 commit comments

Comments
 (0)