add detection of the missing files for existing assets

This commit is contained in:
bigcat88
2025-09-07 16:49:39 +03:00
parent 2d9be462d3
commit b8ef9bb92c
4 changed files with 340 additions and 182 deletions

View File

@@ -149,6 +149,9 @@ def upgrade() -> None:
# Extra basic tags
{"name": "encoder", "tag_type": "system"},
{"name": "decoder", "tag_type": "system"},
# Special tags
{"name": "missing", "tag_type": "system"},
],
)