refactor(learning): migrate question review to v2 assets

This commit is contained in:
2026-08-06 10:07:52 +08:00
parent 3f5957d744
commit ec8fb7574d
21 changed files with 54150 additions and 393 deletions

View File

@@ -196,7 +196,6 @@ public interface ILearningPersistence : IModulePersistence
DbSet<LearningProjectionReceipt> LearningProjectionReceipts { get; }
DbSet<FavoriteQuestion> FavoriteQuestions { get; }
DbSet<WrongQuestion> WrongQuestions { get; }
DbSet<WrongQuestionV2> WrongQuestionsV2 { get; }
DbSet<RecentPractice> RecentPractices { get; }
DbSet<ExamDate> ExamDates { get; }
DbSet<Report> Reports { get; }