feat: mobile editing

This commit is contained in:
bwees
2026-01-20 10:23:43 -06:00
parent f0cf3311d5
commit 6b6e203806
66 changed files with 12103 additions and 650 deletions

View File

@@ -17,3 +17,17 @@ where
"assetId" = $1
order by
"sequence" asc
-- AssetEditRepository.getWithSyncInfo
select
"id",
"assetId",
"sequence",
"action",
"parameters"
from
"asset_edit"
where
"assetId" = $1
order by
"sequence" asc