summaryrefslogtreecommitdiff
path: root/.sqlx/query-f9a6a39c45c3b039f139da0475c25112ffb2b26584ada60c324fc2f945c3d2fa.json
Commit message (Collapse)AuthorAge
* Store `User` instances using their events.Owen Jacobson2025-08-26
|
* 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).