Refactoring
Some checks failed
Build Linux App / build (push) Failing after 1m33s

This commit is contained in:
2026-02-23 10:02:23 -05:00
parent 21f1387fa8
commit 0c9eb8878d
57 changed files with 8179 additions and 1114 deletions

View File

@@ -0,0 +1,8 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'knowledge_chunk_dao.dart';
// ignore_for_file: type=lint
mixin _$KnowledgeChunkDaoMixin on DatabaseAccessor<AppDatabase> {
$KnowledgeChunksTable get knowledgeChunks => attachedDatabase.knowledgeChunks;
}