| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-04 | Make integration actually work | Joel Klinghed | |
| Add logs Add remote keys for each user | |||
| 2025-01-09 | Add string id for project and reduce usage of numeric ids in general | Joel Klinghed | |
| User: username must be unique, use as primary key and drop id. | |||
| 2025-01-09 | Move sqlx to "offline mode" | Joel Klinghed | |
| Avoid having to have an active server and a migrated database to be able to build. Instead, when a new query is added or the database updated, cargo sqlx prepare needs to be run again, then with a running server and an active database. But only then. | |||
