Skip to content

Commit 794cb2e

Browse files
chore(calm-hub): update init mongo to include correct applies-to
1 parent 65f923c commit 794cb2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

calm-hub/mongo/init-mongo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,7 +2843,7 @@ db.decorators.insertMany([
28432843
"architecture"
28442844
],
28452845
"applies-to": [
2846-
"architecture-1"
2846+
"example-node"
28472847
],
28482848
"data": {
28492849
"start-time": "2026-02-23T10:00:00Z",
@@ -2868,7 +2868,7 @@ db.decorators.insertMany([
28682868
"architecture"
28692869
],
28702870
"applies-to": [
2871-
"architecture-1"
2871+
"example-node"
28722872
],
28732873
"data": {
28742874
"start-time": "2026-03-04T15:00:00Z",
@@ -2891,7 +2891,7 @@ db.decorators.insertMany([
28912891
"pattern"
28922892
],
28932893
"applies-to": [
2894-
"api-gateway-pattern"
2894+
"node-a", "relationship-x"
28952895
],
28962896
"data": {
28972897
"start-time": "2026-02-15T09:30:00Z",

0 commit comments

Comments
 (0)