Catalogger.NET/Catalogger.Backend/Database
sam 4047df8610
fix: always get the latest migration even when two are applied at the same time
without also ordering by migration_name, two migrations being applied at
the same time *can* (but won't always) result in the *earlier* migration
being returned as the latest one. as our migrations are not idempotent,
this causes the bot to crash on startup (and even if they *were*
idempotent, the code that inserts the new migration name into the
migrations table isn't)
2024-11-27 15:22:29 +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 feat: import messages from go version 2024-10-28 23:42:57 +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 refactor: change ulong[] to List<ulong> for better ergonomics 2024-11-18 21:02:42 +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