Fix Hive typeId conflict between Scripture and TeachingPlan

This commit is contained in:
2026-01-09 10:09:07 -06:00
parent a799e9cf59
commit 24ffac2415
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ part of 'teaching_plan.dart';
class TeachingPlanAdapter extends TypeAdapter<TeachingPlan> {
@override
final int typeId = 10;
final int typeId = 14;
@override
TeachingPlan read(BinaryReader reader) {