Skip to content

Commit

Permalink
Merge pull request #245 from cabcookie:add-maybe-to-project-for-day-plan
Browse files Browse the repository at this point in the history
fix: adding maybe property to project for day plan
  • Loading branch information
cabcookie authored Nov 16, 2024
2 parents f44f6fe + b1efe0f commit 52ccee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amplify/data/planning-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const planningSchema = {
dailyPlan: a.belongsTo("DailyPlan", "dailyPlanId"),
projectId: a.id().required(),
project: a.belongsTo("Projects", "projectId"),
maybe: a.boolean(),
})
.authorization((allow) => [allow.owner()]),
DailyPlanTodo: a
Expand Down

0 comments on commit 52ccee3

Please sign in to comment.