Added .fish command

This commit is contained in:
Toastie 2025-01-14 19:03:59 +13:00
parent c574956d94
commit b71e8969a0
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
23 changed files with 15047 additions and 6612 deletions
src/EllieBot/Db

View file

@ -74,6 +74,9 @@ public abstract class EllieContext : DbContext
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
// load all entities from current assembly
modelBuilder.ApplyConfigurationsFromAssembly(typeof(EllieContext).Assembly);
#region Notify
modelBuilder.Entity<Notify>(e =>