feat(server): add duration to SyncAssetV1 (#19196)

add duration to SyncAssetV1

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong 2025-06-17 17:39:50 +05:30 committed by GitHub
parent 864fe3d0d6
commit db68d1af9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 44 additions and 4 deletions

View file

@ -86,7 +86,8 @@ select
"deletedAt",
"isFavorite",
"visibility",
"updateId"
"updateId",
"duration"
from
"assets"
where
@ -109,7 +110,8 @@ select
"deletedAt",
"isFavorite",
"visibility",
"updateId"
"updateId",
"duration"
from
"assets"
where