Commit Graph

4 Commits

Author SHA1 Message Date
e0ecdad408 - Enable UseAuthentication middleware.
- Fix variable typo from `postgreConnection` to `postgresConnection`.
- Update `.gitignore` to exclude SQLite database files.
2026-01-23 21:52:20 +01:00
cec2b65c29 Set WebRootPath, enable static file serving, and upgrade to .NET 9.0 2026-01-23 20:49:51 +01:00
Jonas
94fcf83241 Füge Datenbank- und S3-Dienste hinzu; entferne nicht mehr benötigte WAL- und SHM-Dateien 2025-12-08 16:37:49 +00:00
aacd8b7d96 Change AgeGroup ID type from int to string and add migration
Refactored AgeGroupController, AgeGroupService, and IAgeGroupService to use string IDs instead of int. Added initial Entity Framework migration and database files to support AltersGruppe with string primary key.
2025-12-07 20:32:49 +01:00