aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change start/end times to complete timestamps.Harald Eilertsen2020-08-231-3/+2
| | | | | | | 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.
* Add basic db schema.Harald Eilertsen2019-03-041-0/+31