-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently the date field is unneeded because start_time and end_time are datetime combined fields. This means we should remove date from the database. Firstly, we need to remove the references to it in the backend.
- getEvents() uses date for ORDER BY
- getMyEvents() uses date for ORDER BY
- getUserEvents() uses date for ORDER BY
As far as I've seen, those are all of the references. This should be a quick fix.