summaryrefslogtreecommitdiff
path: root/.sqlx/query-8b474c8ed7859f745888644db639b7a4a21210ebf0b7fba97cd016ff6ab4d769.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
|
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
This is primarily renames and repackagings.