#!/usr/bin/env bash # Wrapper: apply migration 007 on an existing Postgres volume. See be0 script for options. set -euo pipefail ROOT="$(cd "$(dirname "$0")/.." && pwd)" exec "$ROOT/be0/scripts/apply-migration-007.sh" "$@"