mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: partner asset and exif sync backfill (#19224)
* fix: partner asset sync backfill * fix: add partner asset exif backfill * ci: output content of files that have changed
This commit is contained in:
parent
db68d1af9b
commit
749f63e4a0
21 changed files with 607 additions and 37 deletions
1
server/src/db.d.ts
vendored
1
server/src/db.d.ts
vendored
|
|
@ -332,6 +332,7 @@ export interface PartnersAudit {
|
|||
|
||||
export interface Partners {
|
||||
createdAt: Generated<Timestamp>;
|
||||
createId: Generated<string>;
|
||||
inTimeline: Generated<boolean>;
|
||||
sharedById: string;
|
||||
sharedWithId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue