Skip to content

Commit ccbf6d8

Browse files
committed
chore: bump schema version to 27
1 parent e5f39be commit ccbf6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stream_chat_persistence/lib/src/db/drift_chat_database.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class DriftChatDatabase extends _$DriftChatDatabase {
5555

5656
// you should bump this number whenever you change or add a table definition.
5757
@override
58-
int get schemaVersion => 26;
58+
int get schemaVersion => 27;
5959

6060
@override
6161
MigrationStrategy get migration => MigrationStrategy(

0 commit comments

Comments
 (0)