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.
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
Boot the app via
dev up
Check that the app complies, and that you can log in at http://localhost:8080.
Check that the migrations ran and that all table names are now pluralized.