mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(server): "on this day" memory creation (#18333)
* refactor memory creation * always update system metadata * maybe fix medium tests
This commit is contained in:
parent
8ab5040351
commit
48d746d9d5
3 changed files with 54 additions and 47 deletions
|
|
@ -567,6 +567,7 @@ export enum DatabaseLock {
|
|||
Library = 1337,
|
||||
GetSystemConfig = 69,
|
||||
BackupDatabase = 42,
|
||||
MemoryCreation = 777,
|
||||
}
|
||||
|
||||
export enum SyncRequestType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue