Skip to content

Create new database and tables for tracking sent notifications

To ensure that we don't oversend, we will need to track what users have recieved which notification at what time. This will need to track the user, the notification type (near, long), and the time of the notification. These 3 fields should be able to ensure that we don't oversend to a user.