Update DatabaseCheckup.cs

This commit is contained in:
Marcel Baumgartner
2023-05-21 22:49:42 +02:00
parent 50baaaa2e3
commit a2af6a794f

View File

@@ -12,6 +12,7 @@ public class DatabaseCheckup
{ {
public static void Perform() public static void Perform()
{ {
// This will also copy all default config files
var context = new DataContext(new ConfigService(new StorageService())); var context = new DataContext(new ConfigService(new StorageService()));
Logger.Info("Checking database"); Logger.Info("Checking database");