Skip to content

Commit

Permalink
fix: activate backup for AccountLearning and AccountLearningPerson
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Koch committed Dec 19, 2024
1 parent f15f234 commit 34e321b
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 34e321b

Please sign in to comment.