mirror of https://github.com/abpframework/abp.git
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
#!/bin/bash |
|||
|
|||
cd /src/ProductService.Host |
|||
|
|||
until dotnet ef database update --no-build; do |
|||
>&2 echo "SQL Server is starting up" |
|||
sleep 1 |
|||
done |
|||
|
|||
cd /src/AuthServer.Host && dotnet ef database update --no-build |
|||
Loading…
Reference in new issue