Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
9 lines
295 B
Dart
9 lines
295 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'statistics_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$StatisticsDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$UsersTable get users => attachedDatabase.users;
|
|
$StudySessionsTable get studySessions => attachedDatabase.studySessions;
|
|
}
|