set -xeu git clone https://codefirst.iut.uca.fr/git/IQBall/Dotnet-WebAPI cd Dotnet-WebAPI git switch $1 (cd AppContext && rm -rf Migrations && dotnet ef migrations add iqball-postgres-db-mig) (cd API && dotnet ef database update --project ../AppContext)