فهرست منبع

fix DatabasePatchV3.targetVersion

Melon 1 سال پیش
والد
کامیت
8f9e7c9139
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/database/db_patch/v3.dart

+ 1 - 1
lib/database/db_patch/v3.dart

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