@@ -6,7 +6,7 @@ class DatabasePatchV3 extends BaseDatabasePatch {
DatabasePatchV3(super.database);
@override
- int get targetVersion => 3;
+ int get targetVersion => 2;
Future<void> executeTask() async {