forecast_api/build/rebuild_script.sh

10 lines
276 B
Bash
Raw Normal View History

2021-07-06 09:33:58 -04:00
#!/bin/bash
2021-07-09 16:14:29 -04:00
#$PG -f ./build_stage.sql;
2023-03-01 16:07:36 -05:00
#$PG -f ./build_rolling.sql;
2023-03-08 08:48:02 -05:00
$PG -f ./build/build_forecast.sql
2023-03-07 16:45:55 -05:00
$PG -f ./build/snap_itemm.sql;
$PG -f ./build/snap_cost_current.sql;
$PG -f ./build/snap_customer.sql;
$PG -f ./build/build_pool.sql;
2023-03-08 08:48:02 -05:00
$PG -c "CALL rlarp.convert_pool_all();"