Commit graph

3 commits

Author SHA1 Message Date
570e454a95 feat(db): Drop support for SQLite support (breaking!)
All checks were successful
/ build (pull_request) Successful in 5m54s
- only Postgres is supported from now on to reduce maintenance
 - enables building main upda server application for all platforms
 - instead of using ORM auto migrate for database schema creation, switch to proper migration framework utilizing flexible steps and plain sql files
 - library updates
2024-12-21 15:02:24 +01:00
f522cd2340 chore(deps): library updates
All checks were successful
/ build (push) Successful in 4m46s
2024-12-15 17:08:49 +01:00
51eaa38a8f feat(deps): move to pnpm and update dependencies
All checks were successful
/ build (push) Successful in 5m28s
Reviewed-on: #51
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-12-10 20:01:37 +00:00