diff --git a/readme.md b/readme.md index 6924a57..6fb688e 100644 --- a/readme.md +++ b/readme.md @@ -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 |