Skip to content

Commit

Permalink
Update tololus Initial Catalog error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tedris94 committed Apr 30, 2024
1 parent 1d5dda3 commit 0cd20cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tololus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Migrate
run: |
dotnet tool install --global dotnet-ef
dotnet ef database update --connection Data Source=SQL9001.site4now.net;Initial Catalog=db_aa6158_tololus;User Id=db_aa6158_tololus_admin;Password=Tololus=0;
dotnet ef database update --connection Data Source=SQL9001.site4now.net;Database=db_aa6158_tololus;User Id=db_aa6158_tololus_admin;Password=Tololus=0;

0 comments on commit 0cd20cb

Please sign in to comment.