mirror of
https://github.com/immich-app/immich.git
synced 2026-01-24 10:24:39 -08:00
18 lines
262 B
SQL
18 lines
262 B
SQL
-- NOTE: This file is auto generated by ./sql-generator
|
|
|
|
-- AssetEditRepository.replaceAll
|
|
begin
|
|
delete from "asset_edit"
|
|
where
|
|
"assetId" = $1
|
|
rollback
|
|
|
|
-- AssetEditRepository.getAll
|
|
select
|
|
"action",
|
|
"parameters"
|
|
from
|
|
"asset_edit"
|
|
where
|
|
"assetId" = $1
|