MHSanaei
c20ee00fa3
fix(postgres): clear client_traffics before deleting inbound
...
DelInbound removed the client_inbounds join rows but never deleted the
inbound's client_traffics, so Postgres rejected the inbound delete with
fk_inbounds_client_stats (SQLSTATE 23503). SQLite never enforced the FK
so this went unnoticed. Delete client_traffics first, matching the order
already used in the sync path.
2026-05-31 19:48:19 +02:00
..
2026-05-13 16:34:31 +02:00
2026-05-30 23:28:58 +02:00
2026-05-31 15:25:05 +02:00
2026-05-31 15:25:21 +02:00
2026-05-31 15:25:05 +02:00
2026-05-19 12:20:24 +02:00
2026-05-31 15:25:21 +02:00
2026-05-19 15:42:16 +02:00
2026-05-10 02:13:42 +02:00
2026-05-13 13:33:53 +02:00
2026-05-28 21:17:49 +02:00
2026-05-31 19:48:19 +02:00
2026-05-19 12:20:24 +02:00
2026-05-19 12:20:24 +02:00
2026-05-19 12:20:24 +02:00
2026-05-11 10:06:01 +02:00
2026-05-29 21:07:01 +02:00
2026-04-28 18:46:55 +02:00
2026-04-28 18:46:55 +02:00
2026-04-28 18:46:55 +02:00
2026-05-28 00:45:32 +02:00
2026-05-31 15:25:05 +02:00
2026-05-28 15:50:00 +02:00
2026-05-12 11:39:28 +02:00
2026-05-31 17:53:34 +02:00
2026-05-13 16:34:31 +02:00
2026-05-28 11:08:59 +02:00
2026-05-19 12:20:24 +02:00
2026-05-31 17:53:34 +02:00
2026-05-12 11:36:05 +02:00
2026-05-12 11:36:05 +02:00
2026-05-13 12:52:52 +02:00
2026-05-13 14:08:16 +02:00
2026-05-13 21:13:16 +02:00
2026-05-10 02:13:42 +02:00
2026-05-13 12:52:52 +02:00
2026-05-19 12:20:24 +02:00
2026-05-19 12:20:24 +02:00
2026-05-28 21:17:49 +02:00