diff --git a/I18N Commander/DataModel/Setup.cs b/I18N Commander/DataModel/Setup.cs index 7fdf71f..f2a3e06 100644 --- a/I18N Commander/DataModel/Setup.cs +++ b/I18N Commander/DataModel/Setup.cs @@ -17,7 +17,7 @@ public static class Setup public static string DataFile => Setup.usedDataFile; /// - /// Tries to migrate the data file. + /// Tries to migrate the database. /// public static async Task PerformDataMigration(DataContext dbContext) { @@ -35,7 +35,7 @@ public static class Setup if (pendingMigrations.Contains("20221106193544_202211AddUniqueIds")) await Script202211AddUniqueIds.PostMigrationAsync(dbContext); } - + /// /// Add the database to the DI system ///