7 lines
237 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 生成 pipeline-opportunity 的 MySQL DDL(json2ddl 需要 sqlor + appPublic 在 PYTHONPATH)
set -e
R=/home/ymq/work/repos
export PYTHONPATH="$R/xls2ddl:$R/sqlor:$R/apppublic"
python3 "$R/xls2ddl/gen_opportunity_ddl.py"