Skip to content

Commit 22de567

Browse files
committed
feat(data-access): add detectedCdn attribute to Site schema
LLMO-3959 Made-with: Cursor
1 parent 7b4e0ce commit 22de567

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/spacecat-shared-data-access/src/models/site/site.schema.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ const schema = new SchemaBuilder(Site, SiteCollection)
106106
type: Object.values(Site.AUTHORING_TYPES),
107107
required: false,
108108
})
109+
.addAttribute('detectedCdn', {
110+
type: 'string',
111+
required: false,
112+
})
109113
.addAttribute('gitHubURL', {
110114
type: 'string',
111115
postgrestField: 'github_url',

0 commit comments

Comments
 (0)