icefoganalytics / elcc-data-management

Data Management application for Education's Early Learning Child Centre
Apache License 2.0
0 stars 0 forks source link

ELCC-6: Standardize Database Table Naming Conventions #46

Closed klondikemarlen closed 1 year ago

klondikemarlen commented 1 year ago

Fixes ELCC-6

Context

Standardize the centre_funding_period table name to the plural form centre_funding_periods so it matches the standard convention for table names. Add a readme about this somewhere. Investigate and fix any other tables with non-standard names.

Investigate if any columns have non-standard naming conventions and fix them as well.

Testing Instructions

  1. Boot the app via dev up

  2. Check that the app complies, and that you can log in at http://localhost:8080.

  3. Check that the migrations ran and that all table names are now pluralized.