Catalogger.NET/Catalogger.Backend/Database
2025-02-11 15:28:12 +01:00
..
Migrations fix: correct name of down migration #5 2024-11-18 21:30:04 +01:00
Models refactor: change ulong[] to List<ulong> for better ergonomics 2024-11-18 21:02:42 +01:00
Redis update to .net 9 2024-11-19 00:11:48 +01:00
Repositories refactor: change ulong[] to List<ulong> for better ergonomics 2024-11-18 21:02:42 +01:00
DatabaseConnection.cs fix: try to fix database connections not being closed sometimes 2025-02-11 15:28:12 +01:00
DatabaseMigrator.cs fix: always get the latest migration even when two are applied at the same time 2024-11-27 15:22:29 +01:00
DatabasePool.cs fix: also increment database connection count 2024-12-10 02:34:45 +01:00
EncryptionService.cs chore: add license headers to all c# files 2024-10-14 14:56:40 +02:00
IEncryptionService.cs chore: add license headers to all c# files 2024-10-14 14:56:40 +02:00
setup_migrations.sql excise entity framework from all remaining code 2024-10-28 14:04:55 +01:00