2020-11-26 01:30:40 -05:00
|
|
|
# execure the sql for baseline which builds the sql and inserts into a table
|
2022-04-28 01:09:26 -04:00
|
|
|
#$PG -f routes/baseline/gen_baseline.sql
|
2020-11-26 01:30:40 -05:00
|
|
|
# pull the sql out of the table and write it to route directory
|
2022-04-09 02:29:51 -04:00
|
|
|
$PG -c "SELECT t FROM fc.sql WHERE cmd = 'baseline'" -t -A -o routes/baseline/baseline.sql
|