2020-11-26 01:30:40 -05:00
|
|
|
# execure the sql for baseline which builds the sql and inserts into a table
|
2020-11-06 00:24:18 -05:00
|
|
|
$PGD -f generate_sql/gen_baseline.sql
|
2020-11-26 01:30:40 -05:00
|
|
|
# pull the sql out of the table and write it to route directory
|
2020-11-06 00:24:18 -05:00
|
|
|
$PGD -c "SELECT t FROM fc.sql WHERE cmd = 'baseline'" -t -A -o route_sql/baseline.sql
|