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-07 16:45:55 -05:00
|
|
|
#$PF -f ./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;
|