コード例 #1
0
ファイル: Migrator.cs プロジェクト: mike-schenk/dotMigrator
 /// <summary>
 /// Instructs the journal to prepare its storage space if needed.
 /// </summary>
 public void EnsureJournal()
 {
     _journal.CreateJournal();
 }