update rebuild script

This commit is contained in:
Paul Trowbridge 2023-03-08 08:48:02 -05:00
parent cc656d7c24
commit ef8a21d319
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
#!/bin/bash
#$PG -f ./build_stage.sql;
#$PG -f ./build_rolling.sql;
#$PF -f ./build_forecast.sql
$PG -f ./build/build_forecast.sql
$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;
$PG -c "CALL rlarp.convert_pool_all();"