Files
3x-ui/web/service
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
..
v3
2026-05-10 02:13:42 +02:00
2026-05-19 12:20:24 +02:00
v3
2026-05-10 02:13:42 +02:00