2020-12-05 00:10:47 -05:00
|
|
|
# execure the sql for scale which builds the sql and inserts into a table
|
2022-05-12 00:17:31 -04:00
|
|
|
psql -h hptrow.me -p 54329 -d ubm -U ptrowbridge -f ./setup_sql/05_gen_scale.sql
|
2020-12-05 00:10:47 -05:00
|
|
|
# pull the sql out of the table and write it to route directory
|
2022-05-06 23:07:42 -04:00
|
|
|
psql -h hptrow.me -p 54329 -d ubm -U ptrowbridge -c "SELECT t FROM fc.sql WHERE cmd = 'scale'" -t -A -o ./routes/scale/scale.sql
|