Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change start/end times to complete timestamps. | Harald Eilertsen | 2020-08-23 | 2 | -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. | ||||
* | Add basic db schema. | Harald Eilertsen | 2019-03-04 | 6 | -0/+116 |
| | |||||
* | Set up database and connection pool with rocket_contrib::databases. | Harald Eilertsen | 2019-03-04 | 2 | -0/+42 |
Set the env var DATABASE_URL before running the server. A .env file in the root of the project is also supported. |