mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-12 22:11:54 +00:00
moved db to folder
This commit is contained in:
@@ -12,7 +12,7 @@ public class BarkContext : DbContext
|
||||
{
|
||||
var folder = Environment.SpecialFolder.LocalApplicationData;
|
||||
var path = Environment.GetFolderPath(folder);
|
||||
DbPath = "./app.db";
|
||||
DbPath = "./database/app.db";
|
||||
}
|
||||
|
||||
// The following configures EF to create a Sqlite database file in the
|
||||
|
||||
Reference in New Issue
Block a user