update file names

This commit is contained in:
Paul Trowbridge 2022-04-27 22:42:35 -04:00
parent 2f10d46806
commit a5d9c1d145
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@ pre-requisites
* setup postgres db with a username and password and database
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
* `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
* `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
| schema | tname | cname | opos | func | fkey | fcol | dtype | appcol | pretty |