Skip to content

Commit

Permalink
Update ef package in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jan 30, 2025
1 parent 9d82759 commit faa27d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runMigrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: dotnet build

- name: Install dotnet ef tool
run: dotnet tool install -g dotnet-ef --version 8.0.0
run: dotnet tool install -g dotnet-ef --version 8.0.11

- name: Update database
run: dotnet ef database update --no-build --verbose
Expand Down

0 comments on commit faa27d6

Please sign in to comment.