domain: add Media Catalog entities (Asset, Metadata, Stack, Derivative, Duplicate)

This commit is contained in:
2026-05-31 03:27:41 +02:00
parent ed6eb0c28a
commit 147206d8a5
12 changed files with 371 additions and 0 deletions

View File

@@ -6,3 +6,8 @@ mod storage_volume;
mod library_path;
mod ingest_session;
mod quota;
mod asset;
mod asset_metadata;
mod asset_stack;
mod derivative_asset;
mod duplicate;