mirror of
https://github.com/immich-app/immich.git
synced 2026-01-17 07:21:48 -08:00
18 lines
251 B
SQL
18 lines
251 B
SQL
-- NOTE: This file is auto generated by ./sql-generator
|
|
|
|
-- MoveRepository.getByEntity
|
|
select
|
|
*
|
|
from
|
|
"move_history"
|
|
where
|
|
"entityId" = $1
|
|
and "pathType" = $2
|
|
|
|
-- MoveRepository.delete
|
|
delete from "move_history"
|
|
where
|
|
"id" = $1
|
|
returning
|
|
*
|