This commit is contained in:
Thorsten Sommer 2023-01-18 19:59:18 +01:00
parent 45e6188d2d
commit b534dfdf85
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -17,7 +17,7 @@ public static class Setup
public static string DataFile => Setup.usedDataFile;
/// <summary>
/// Tries to migrate the data file.
/// Tries to migrate the database.
/// </summary>
public static async Task PerformDataMigration(DataContext dbContext)
{
@ -35,7 +35,7 @@ public static class Setup
if (pendingMigrations.Contains("20221106193544_202211AddUniqueIds"))
await Script202211AddUniqueIds.PostMigrationAsync(dbContext);
}
/// <summary>
/// Add the database to the DI system
/// </summary>