refactor(persistence): moor to drift name change migration.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-10-25 14:01:42 +05:30
committed by xsahil03x
parent 281733cc3c
commit c58ddb1aef
74 changed files with 308 additions and 417 deletions
@@ -1,6 +1,6 @@
import 'dart:convert';
import 'package:moor/moor.dart';
import 'package:drift/drift.dart';
/// Maps a [List] of type [T] into a [String] understood
/// by the sqlite backend.
@@ -1,6 +1,6 @@
import 'dart:convert';
import 'package:moor/moor.dart';
import 'package:drift/drift.dart';
/// Maps a [Map] of type [String], [T] into a [String] understood
/// by the sqlite backend.
@@ -1,4 +1,4 @@
import 'package:moor/moor.dart';
import 'package:drift/drift.dart';
import 'package:stream_chat/stream_chat.dart';
/// Maps a [MessageSendingStatus] into a [int] understood