Stavros kois 1 년 전
부모
커밋
fdb8226030
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/ix-dev/community/immich/migrations/migrate

+ 1 - 1
library/ix-dev/community/immich/migrations/migrate

@@ -25,7 +25,7 @@ def storage_migrate(storage):
 
 
     for key in delete_keys:
-        storage.pop(key)
+        storage.pop(key, None)
 
     return storage