summaryrefslogtreecommitdiff
path: root/.sqlx/query-9e4e8544c86e36901b4543d84b6ac46f63d2804ef3528d833e6d17bec8864454.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).
* Rename `user` to `login` at the database.Owen Jacobson2025-03-23