added a bunch of shit

This commit is contained in:
2025-01-08 19:04:35 -06:00
parent 9ffaf27ca3
commit f942c30b49
5 changed files with 156 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ public class BarkContext : DbContext
{
var folder = Environment.SpecialFolder.LocalApplicationData;
var path = Environment.GetFolderPath(folder);
DbPath = System.IO.Path.Join(path, "inventory.db");
DbPath = "./app.db";
}
// The following configures EF to create a Sqlite database file in the