diff --git a/amplify/data/account-schema.ts b/amplify/data/account-schema.ts index a806c8570..62d78ac45 100644 --- a/amplify/data/account-schema.ts +++ b/amplify/data/account-schema.ts @@ -7,8 +7,8 @@ export const tablesWithDeleteProtection = [ "AccountPayerAccount", "PayerAccount", "Account", - // "AccountLearning", - // "AccountLearningPerson", + "AccountLearning", + "AccountLearningPerson", ]; const accountSchema = {