forecast_api/build/rebuild_script.sh
2021-07-12 14:28:28 -04:00

8 lines
177 B
Bash

#!/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;