Initial commit

This commit is contained in:
Kazimierz Ciołek
2026-02-19 02:49:29 +01:00
commit 782986a632
148 changed files with 29230 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'program_dao.dart';
// ignore_for_file: type=lint
mixin _$ProgramDaoMixin on DatabaseAccessor<AppDatabase> {
$ProgramsTable get programs => attachedDatabase.programs;
$ProgramWeeksTable get programWeeks => attachedDatabase.programWeeks;
$ProgramWorkoutsTable get programWorkouts => attachedDatabase.programWorkouts;
}