update file names
This commit is contained in:
parent
2f10d46806
commit
a5d9c1d145
@ -2,11 +2,11 @@ pre-requisites
|
|||||||
* setup postgres db with a username and password and database
|
* setup postgres db with a username and password and database
|
||||||
|
|
||||||
setup
|
setup
|
||||||
* `setup_sql/schema.sql` setup the application tables
|
* `setup_sql/01_schema.sql` setup the application tables
|
||||||
* create a table of data to forecast
|
* create a table of data to forecast
|
||||||
* `setup_sql/target_info.sql` to populate the meta table (edit table name)
|
* `setup_sql/02_target_info.sql` to populate the meta table (edit table name)
|
||||||
* fill out the `target_meta` table
|
* fill out the `target_meta` table
|
||||||
* `setup_sql/build_maste_tables.sql` to create master data tables from forecast data
|
* `setup_sql/03_build_maste_tables.sql` to create master data tables from forecast data
|
||||||
* `./routes/baseline/generate_route_sql.sh` to create the baseline sql used by the /baseline route
|
* `./routes/baseline/generate_route_sql.sh` to create the baseline sql used by the /baseline route
|
||||||
|
|
||||||
| schema | tname | cname | opos | func | fkey | fcol | dtype | appcol | pretty |
|
| schema | tname | cname | opos | func | fkey | fcol | dtype | appcol | pretty |
|
||||||
|
Loading…
Reference in New Issue
Block a user