Created a model and migrations for a new table in the db for storing the scheduled messages (not the message contents, only identification data) that the bot sends.
Created a lateRegistration.js module that is responsible for updating the scheduled messages.
modified the function that formats user lists to be case-insensitive and updated the unit test for it.
Resolves #47
Overview of changes in this PR: