DbPath angepasst
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Watcher.Controllers
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var dbPath = Path.Combine(Directory.GetCurrentDirectory(), "data", "yourdb.db"); // anpassen
|
var dbPath = Path.Combine(Directory.GetCurrentDirectory(), "persistence", "watcher.db"); // anpassen
|
||||||
|
|
||||||
// Leere Datenbank
|
// Leere Datenbank
|
||||||
System.IO.File.WriteAllText(dbPath, "");
|
System.IO.File.WriteAllText(dbPath, "");
|
||||||
|
Reference in New Issue
Block a user