Woopsie
This commit is contained in:
parent
62168ffedc
commit
9397499b42
@ -1 +1 @@
|
||||
Subproject commit 5fc174fb328c9782f718c59859645dbb99aedd0f
|
||||
Subproject commit 9766a978b61294fda58964fc271d9c80c3c36e0b
|
@ -43,10 +43,10 @@ namespace NadekoBot.Services.Database
|
||||
this.Database.Migrate();
|
||||
EnsureSeedData();
|
||||
}
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
optionsBuilder.UseSqlite("Filename=./data/NadekoBot.db");
|
||||
}
|
||||
//protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
//{
|
||||
// optionsBuilder.UseSqlite("Filename=./data/NadekoBot.db");
|
||||
//}
|
||||
|
||||
public void EnsureSeedData()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user