feat: sync partner stacks (#19635)

This commit is contained in:
Jason Rasmussen 2025-06-30 16:41:06 -04:00 committed by GitHub
parent 32a7087883
commit 58ca1402ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 463 additions and 44 deletions

View file

@ -356,6 +356,13 @@ export const columns = {
'assets.duration',
],
syncAlbumUser: ['album_users.albumsId as albumId', 'album_users.usersId as userId', 'album_users.role'],
syncStack: [
'asset_stack.id',
'asset_stack.createdAt',
'asset_stack.updatedAt',
'asset_stack.primaryAssetId',
'asset_stack.ownerId',
],
stack: ['stack.id', 'stack.primaryAssetId', 'ownerId'],
syncAssetExif: [
'exif.assetId',