- 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