Skip to content

Commit

Permalink
Merge pull request #293 from cabcookie/create-activity-names
Browse files Browse the repository at this point in the history
fix: remove reference to activity summary requests
  • Loading branch information
cabcookie authored Feb 26, 2025
2 parents 490e667 + 5f0130d commit 793d00d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amplify/data/activity-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const activitySchema = {
finishedOn: a.datetime(),
noteBlocks: a.hasMany("NoteBlock", "activityId"),
noteBlockIds: a.string().required().array(),
summaryRequests: a.hasMany("ActivitySummaryRequest", "activityId"),
notes: a.string(), // DEPRECATED
notesJson: a.json(), // DEPRECATED
})
Expand Down

0 comments on commit 793d00d

Please sign in to comment.