Fix Hive typeId conflict between Scripture and TeachingPlan
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user