update rebuild script
This commit is contained in:
parent
cc656d7c24
commit
ef8a21d319
@ -1,8 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#$PG -f ./build_stage.sql;
|
#$PG -f ./build_stage.sql;
|
||||||
#$PG -f ./build_rolling.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_itemm.sql;
|
||||||
$PG -f ./build/snap_cost_current.sql;
|
$PG -f ./build/snap_cost_current.sql;
|
||||||
$PG -f ./build/snap_customer.sql;
|
$PG -f ./build/snap_customer.sql;
|
||||||
$PG -f ./build/build_pool.sql;
|
$PG -f ./build/build_pool.sql;
|
||||||
|
$PG -c "CALL rlarp.convert_pool_all();"
|
||||||
|
Loading…
Reference in New Issue
Block a user