Merge remote-tracking branch 'origin/develop' into v7.0.0
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use `getChannelStates.channelStateSort` instead.
|
||||
|
||||
## 6.7.0
|
||||
|
||||
- [[#1683]](https://github.com/GetStream/stream-chat-flutter/issues/1683) Fixed SqliteException no such
|
||||
column `messages.state`.
|
||||
|
||||
## 6.6.0
|
||||
|
||||
- Updated `stream_chat` dependency to [`6.6.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
@@ -48,7 +48,7 @@ class DriftChatDatabase extends _$DriftChatDatabase {
|
||||
|
||||
// you should bump this number whenever you change or add a table definition.
|
||||
@override
|
||||
int get schemaVersion => 12;
|
||||
int get schemaVersion => 13;
|
||||
|
||||
@override
|
||||
MigrationStrategy get migration => MigrationStrategy(
|
||||
|
||||
Reference in New Issue
Block a user