refactor(persistence): moor to drift name change migration.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -6,7 +6,7 @@ part of 'read_dao.dart';
|
||||
// DaoGenerator
|
||||
// **************************************************************************
|
||||
|
||||
mixin _$ReadDaoMixin on DatabaseAccessor<MoorChatDatabase> {
|
||||
mixin _$ReadDaoMixin on DatabaseAccessor<DriftChatDatabase> {
|
||||
$ReadsTable get reads => attachedDatabase.reads;
|
||||
$UsersTable get users => attachedDatabase.users;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user