summaryrefslogtreecommitdiff
path: root/.sqlx/query-7c87864e6d077640e4f3ef4a354a47265238010f4c53d3c5982f4fd95ed1f6d0.json
Commit message (Collapse)AuthorAge
* Split the `user` table into an authentication portion and a chat portion.Owen Jacobson2025-08-26
We'll be building separate entities around this in future commits, to better separate the authentication data (non-synchronized and indeed "not public") from the chat data (synchronized and public).