whisper-money/database
Víctor Falcón 5e06569615 fix(mcp): use UUID columns for Passport user references
The User model uses UUID primary keys, but the published Passport migrations
typed user_id (and the client owner morph) as bigint, so issuing a token
truncated the UUID and failed. Switch user_id to foreignUuid and the client
owner to nullableUuidMorphs.
2026-07-17 18:34:53 +02:00
..
factories feat(spaces): phase 0 — multi-tenant Space foundation (no behaviour change) (#650) 2026-07-09 14:26:07 +02:00
migrations fix(mcp): use UUID columns for Passport user references 2026-07-17 18:34:53 +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