change target paths and files, update readme for current state
This commit is contained in:
parent
3e94851aea
commit
b791aff0af
@ -40,7 +40,8 @@ scale
|
|||||||
- [ ] how to handle a target value adjustment, which currency is it in?
|
- [ ] how to handle a target value adjustment, which currency is it in?
|
||||||
- [ ] need to add version columns CTE's
|
- [ ] need to add version columns CTE's
|
||||||
- [ ] need to build log insert
|
- [ ] need to build log insert
|
||||||
- [ ] need to build where clause for scenario
|
- [c] need to build where clause for scenario
|
||||||
|
* no working currently
|
||||||
|
|
||||||
running problem list
|
running problem list
|
||||||
----------------------------------------------------------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
@ -1 +1 @@
|
|||||||
curl -H "Content-Type: application/json" -X GET -d@./routes/scale/req.json https://localhost:8082/scale --insecure > scale
|
curl -H "Content-Type: application/json" -X GET -d@./routes/scale/req.json https://localhost:8082/scale --insecure > scale_final.sql
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# execure the sql for scale which builds the sql and inserts into a table
|
# execure the sql for scale which builds the sql and inserts into a table
|
||||||
$PGD -f routes/scale/gen_scale.sql
|
$PGD -f routes/scale/gen_scale.sql
|
||||||
# pull the sql out of the table and write it to route directory
|
# pull the sql out of the table and write it to route directory
|
||||||
$PGD -c "SELECT t FROM fc.sql WHERE cmd = 'scale'" -t -A -o routes/scale/scale.sql
|
$PGD -c "SELECT t FROM fc.sql WHERE cmd = 'scale'" -t -A -o routes/scale/scale_final.sql
|
||||||
|
Loading…
Reference in New Issue
Block a user