whisper-money/database
Víctor Falcón 5dca04dbba fix(spaces): scope category/label/saved-filter uniqueness per space
A user's spaces are each seeded with the same default category names, so the
per-user unique indexes on categories, labels and saved_filters collided the
moment a second space was created (500 on space creation). Rescope those
uniques to space_id (adding a plain user_id index first so the FK keeps its
index), teach the category duplicate-name handler the new index name, and
harden the creation test to seed the personal space first so it reproduces the
collision.
2026-07-09 15:19:03 +02:00
..
factories feat(spaces): scope reads by active space and add the space switcher 2026-07-09 15:19:03 +02:00
migrations fix(spaces): scope category/label/saved-filter uniqueness per space 2026-07-09 15:19:03 +02:00
seeders feat(banking): add Interactive Brokers sync via Flex Web Service (#581) 2026-06-23 11:39:24 +02:00
.gitignore Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00