10 lines
276 B
Bash
Executable File
10 lines
276 B
Bash
Executable File
#!/bin/bash
|
|
#$PG -f ./build_stage.sql;
|
|
#$PG -f ./build_rolling.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();"
|