Skip to content

Commit

Permalink
Update sanple migrations.cs (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmarcussen authored Feb 1, 2022
1 parent 9c73b4f commit 0228b86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public async Task<int> UpdateFrom8Async()
{
await _recipeMigrator.ExecuteAsync("openid.json", this);

return 8;
return 9;
}
}
}
}

0 comments on commit 0228b86

Please sign in to comment.