forecast_api/build/rebuild_script.sh

8 lines
178 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;
2021-07-06 09:33:58 -04:00
$PG -f ./snap_itemm.sql;
$PG -f ./snap_cost_current.sql;
$PG -f ./snap_customer.sql;
$PG -f ./build_pool.sql;