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