mirror of
https://github.com/immich-app/immich.git
synced 2026-01-19 00:05:50 -08:00
feat: rename schema (#19891)
This commit is contained in:
@@ -5,11 +5,11 @@ select
|
||||
"type",
|
||||
"ack"
|
||||
from
|
||||
"session_sync_checkpoints"
|
||||
"session_sync_checkpoint"
|
||||
where
|
||||
"sessionId" = $1
|
||||
|
||||
-- SyncCheckpointRepository.deleteAll
|
||||
delete from "session_sync_checkpoints"
|
||||
delete from "session_sync_checkpoint"
|
||||
where
|
||||
"sessionId" = $1
|
||||
|
||||
Reference in New Issue
Block a user