Files
diachron/diachron/common.d/migrate
2026-02-02 18:31:03 -05:00

10 lines
139 B
Bash
Executable File

#!/bin/bash
set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
cd "$ROOT/backend"
"$DIR"/tsx migrate.ts "$@"