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