Skip to content

Commit

Permalink
Merge pull request #278 from cabcookie:add-learnings-for-accounts
Browse files Browse the repository at this point in the history
fix: activate backup for AccountLearning and AccountLearningPerson
  • Loading branch information
cabcookie authored Dec 19, 2024
2 parents 2d3502c + 1131df2 commit f267c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amplify/data/account-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const tablesWithDeleteProtection = [
"AccountPayerAccount",
"PayerAccount",
"Account",
// "AccountLearning",
// "AccountLearningPerson",
"AccountLearning",
"AccountLearningPerson",
];

const accountSchema = {
Expand Down

0 comments on commit f267c6f

Please sign in to comment.