chore: rename entity_type to note_type (#600)

Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul Hernandez
2026-02-22 20:28:57 -06:00
committed by GitHub
parent e1cccba72d
commit c44291830c
88 changed files with 901 additions and 598 deletions
+1 -1
View File
@@ -761,7 +761,7 @@ class SyncService:
try:
entity = await self.entity_repository.add(
Entity(
entity_type="file",
note_type="file",
file_path=path,
checksum=checksum,
title=file_path.name,