Resolve "ASCII export and import for Git" #83

Merged
thorsten merged 30 commits from 48-ascii-export-and-import-for-git into main 2023-02-12 12:55:07 +00:00
Showing only changes of commit b534dfdf85 - Show all commits

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>