Spelling
This commit is contained in:
parent
45e6188d2d
commit
b534dfdf85
@ -17,7 +17,7 @@ public static class Setup
|
|||||||
public static string DataFile => Setup.usedDataFile;
|
public static string DataFile => Setup.usedDataFile;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tries to migrate the data file.
|
/// Tries to migrate the database.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static async Task PerformDataMigration(DataContext dbContext)
|
public static async Task PerformDataMigration(DataContext dbContext)
|
||||||
{
|
{
|
||||||
@ -35,7 +35,7 @@ public static class Setup
|
|||||||
if (pendingMigrations.Contains("20221106193544_202211AddUniqueIds"))
|
if (pendingMigrations.Contains("20221106193544_202211AddUniqueIds"))
|
||||||
await Script202211AddUniqueIds.PostMigrationAsync(dbContext);
|
await Script202211AddUniqueIds.PostMigrationAsync(dbContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Add the database to the DI system
|
/// Add the database to the DI system
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user