Skip to content

Commit

Permalink
Fix migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 15, 2021
1 parent b187534 commit bda8d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/Migrations/MigrationPath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public MigrationPath(IServiceProvider serviceProvider)
// Version 26: Introduce full deletion.
if (version < 26)
{
// yield return serviceProvider.GetRequiredService<RebuildApps>();
// yield return serviceProvider.GetRequiredService<RebuildSchemas>();
yield return serviceProvider.GetRequiredService<RebuildApps>();
yield return serviceProvider.GetRequiredService<RebuildSchemas>();
yield return serviceProvider.GetRequiredService<RebuildRules>();
}

Expand Down

0 comments on commit bda8d1f

Please sign in to comment.