8 lines
177 B
Bash
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;
|