parent
bb1cc82fcc
commit
65852607ff
@ -12,6 +12,7 @@ case "$$1" in
|
||||
sudo -u postgres psql -d "$${servicename}_dev" -c "GRANT ALL ON SCHEMA public TO $$servicename"
|
||||
|
||||
cp appsettings.sample.json appsettings.json
|
||||
dotnet ef database update --connection "$$connnectionstr";;
|
||||
;;
|
||||
|
||||
"add-migration")
|
||||
|
Loading…
Reference in New Issue
Block a user