forked from EllieBotDevs/elliebot
Updated Db models
I hate working on database stuff
This commit is contained in:
parent
97e81ac0f4
commit
29c0b4acfc
32 changed files with 357 additions and 185 deletions
src/EllieBot/Db
|
@ -28,7 +28,7 @@ public sealed class MysqlContext : EllieContext
|
|||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
base.OnModelCreating(modelBuilder);
|
||||
|
||||
|
||||
// mysql is case insensitive by default
|
||||
// we can set binary collation to change that
|
||||
modelBuilder.Entity<ClubInfo>()
|
||||
|
|
Reference in a new issue