Prüfen ob es sich um einen First-Start handelt
This commit is contained in:
@@ -60,6 +60,7 @@ namespace Database
|
|||||||
string filepath = Path.Combine(pfad, "projekte", "TeufelDB.xaml");
|
string filepath = Path.Combine(pfad, "projekte", "TeufelDB.xaml");
|
||||||
if (!File.Exists(filepath))
|
if (!File.Exists(filepath))
|
||||||
{
|
{
|
||||||
|
if (!Directory.Exists("./projekte")) return true;
|
||||||
UpdateDatabase.UpdateNewGuids();
|
UpdateDatabase.UpdateNewGuids();
|
||||||
|
|
||||||
UpdateDatabase.TransferAuftraggeber();
|
UpdateDatabase.TransferAuftraggeber();
|
||||||
|
|||||||
Reference in New Issue
Block a user