refactor(learning): migrate question review to v2 assets
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user