diff --git a/readme.md b/readme.md index 9f09fc7..07f9b15 100644 --- a/readme.md +++ b/readme.md @@ -32,3 +32,6 @@ to-do: * build the column lists for baseline * build the where clause for baseline * build the column lists for baseline_increment + * problem: how will the incremented order season get updated, adding an interval won't work + * a table fc.odate, has been built, but it is incomplete, a setup function filling in these date-keyed tables could be setup + * if a table is date-keyed, fc.perd could be targeted to fill in the gaps diff --git a/sql/build_master_tables.sql b/setup_sql/build_master_tables.sql similarity index 100% rename from sql/build_master_tables.sql rename to setup_sql/build_master_tables.sql diff --git a/sql/perd.sql b/setup_sql/perd.sql similarity index 100% rename from sql/perd.sql rename to setup_sql/perd.sql diff --git a/sql/schema.sql b/setup_sql/schema.sql similarity index 100% rename from sql/schema.sql rename to setup_sql/schema.sql diff --git a/sql/target_info.sql b/setup_sql/target_info.sql similarity index 100% rename from sql/target_info.sql rename to setup_sql/target_info.sql