mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
feat: add 'missing_from_fs' property to various schemas and update related logic for better tracking of missing files
This commit is contained in:
@@ -90,7 +90,7 @@ class DBFirmwareHandler(DBBaseHandler):
|
||||
Firmware.file_name.not_in(fs_firmwares_to_keep),
|
||||
)
|
||||
)
|
||||
.values(**{"missing": True})
|
||||
.values(**{"missing_from_fs": True})
|
||||
.execution_options(synchronize_session="evaluate")
|
||||
)
|
||||
return missing_firmware
|
||||
|
||||
Reference in New Issue
Block a user