Files
stats/packages/db/migrations/goose
2024-09-10 23:30:41 +02:00

11 lines
173 B
Bash
Executable File

#!/bin/bash
if [ -z "$CLICKHOUSE_URL" ]; then
echo "CLICKHOUSE_URL is not set"
exit 1
fi
export GOOSE_DBSTRING=$CLICKHOUSE_URL
goose clickhouse --dir ./migrations $@