forecast_api/build/rebuild_script.sh
2023-03-01 16:07:36 -05:00

8 lines
178 B
Bash
Executable File

#!/bin/bash
#$PG -f ./build_stage.sql;
#$PG -f ./build_rolling.sql;
$PG -f ./snap_itemm.sql;
$PG -f ./snap_cost_current.sql;
$PG -f ./snap_customer.sql;
$PG -f ./build_pool.sql;