whisper-money/app/Console
Víctor Falcón da3c570913 fix(spaces): backfill soft-deleted users too
The provisioning pass enumerated users through the default (soft-delete-aware)
query, so trashed users got no personal space and their accounts, transactions,
categories, etc. kept a null space_id — an incomplete backfill that would block
a NOT NULL constraint and hide a restored account's data under space-scoped
reads. Include trashed users in the pass (the row-stamping already covers their
rows). Verified on a prod-scale copy: 0 rows left unstamped afterwards.
2026-07-09 12:48:00 +02:00
..
Commands fix(spaces): backfill soft-deleted users too 2026-07-09 12:48:00 +02:00