feat: rename schema (#19891)

This commit is contained in:
Jason Rasmussen
2025-07-14 10:13:06 -04:00
committed by GitHub
parent 33c29e4305
commit c699df002a
103 changed files with 4378 additions and 3224 deletions

View File

@@ -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