aboutsummaryrefslogtreecommitdiffstats
path: root/migrations/2020-08-23-140315_fix_screening_timestamps
Commit message (Collapse)AuthorAgeFilesLines
* Change start/end times to complete timestamps.Harald Eilertsen2020-08-232-0/+17
The way we had this until now with a date and separate start and end times does not really work. There are cases when a screening starts on one day, but ends on the next. By keeping a complete timestamp for both the start and end times, we don't fall into this problem.