8 lines
178 B
Bash
Executable File
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;
|