bcgov / post-secondary-supply-model

A repository to house the code base for Post-Secondary Supply Model (PSSM)
Apache License 2.0
0 stars 0 forks source link

meaningful and consistent table naming #38

Open aclowery opened 1 month ago

aclowery commented 1 month ago

There are instances where a table was created under a certain name, and then in an exist check later, it has a slightly different name. It's not always clear if this was an accident (e.g., name was changed in one script but not another), or if it is referring to an entirely different table that might have been modified in some way.