Hopefully fixed the startup issue
This commit is contained in:
parent
0d6b4da1ce
commit
e896c14303
2 changed files with 29 additions and 19 deletions
src/EllieBot/Db
|
@ -688,7 +688,7 @@ public abstract class EllieContext : DbContext
|
|||
x.GuildId,
|
||||
x.GreetType
|
||||
})
|
||||
.IsUnique());
|
||||
.IsUnique());
|
||||
|
||||
modelBuilder.Entity<GreetSettings>(gs =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue