Spelling
This commit is contained in:
parent
45e6188d2d
commit
b534dfdf85
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user