We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f39be commit ccbf6d8Copy full SHA for ccbf6d8
packages/stream_chat_persistence/lib/src/db/drift_chat_database.dart
@@ -55,7 +55,7 @@ class DriftChatDatabase extends _$DriftChatDatabase {
55
56
// you should bump this number whenever you change or add a table definition.
57
@override
58
- int get schemaVersion => 26;
+ int get schemaVersion => 27;
59
60
61
MigrationStrategy get migration => MigrationStrategy(
0 commit comments