mnemo_cards/mnemo_cards_backend/lib/database/daos/audit_dao.g.dart
Dmitry c7b01e0dd0
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
bd1
2025-12-14 23:36:05 +03:00

8 lines
222 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'audit_dao.dart';
// ignore_for_file: type=lint
mixin _$AuditDaoMixin on DatabaseAccessor<AppDatabase> {
$AuditLogsTable get auditLogs => attachedDatabase.auditLogs;
}