Hopefully fixed the startup issue

This commit is contained in:
Toastie 2024-09-20 19:15:37 +12:00
parent 0d6b4da1ce
commit e896c14303
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 29 additions and 19 deletions
src/EllieBot/Db

View file

@ -688,7 +688,7 @@ public abstract class EllieContext : DbContext
x.GuildId,
x.GreetType
})
.IsUnique());
.IsUnique());
modelBuilder.Entity<GreetSettings>(gs =>
{