Skip to content

Commit

Permalink
Update db version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 29, 2024
1 parent c69429b commit e8abea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DatabaseHelper {
DatabaseHelper._internal();

static Database? _database;
static const int _databaseVersion = 3; // Incremented version
static const int _databaseVersion = 4; // Incremented version

Future<Database> get database async {
if (_database != null) return _database!;
Expand Down

0 comments on commit e8abea4

Please sign in to comment.