fp/scripts/postgres-drop-temporal.sh

1 line
104 B
Bash
Raw Normal View History

2024-06-12 04:28:36 +00:00
kubectl -n futureporn exec postgres -- psql -U postgres --command "DROP DATABASE temporal WITH (FORCE);"