Added .fish command
This commit is contained in:
parent
c574956d94
commit
b71e8969a0
23 changed files with 15047 additions and 6612 deletions
src/EllieBot/Db
|
@ -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 =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue