Files
sciagent/scripts/apply-migration-007-postgres.sh
T
Thinh Lam 688fac73e9
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped
sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:38:30 +07:00

6 lines
223 B
Bash
Executable File

#!/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" "$@"