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 'reaction_dao.dart';
|
||||
// DaoGenerator
|
||||
// **************************************************************************
|
||||
|
||||
mixin _$ReactionDaoMixin on DatabaseAccessor<MoorChatDatabase> {
|
||||
mixin _$ReactionDaoMixin on DatabaseAccessor<DriftChatDatabase> {
|
||||
$ReactionsTable get reactions => attachedDatabase.reactions;
|
||||
$UsersTable get users => attachedDatabase.users;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user