aboutsummaryrefslogtreecommitdiffstats
path: root/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Add old migration to create event table.Harald Eilertsen2021-08-242-0/+10
|
* 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.
* Add basic db schema.Harald Eilertsen2019-03-046-0/+116
|
* Set up database and connection pool with rocket_contrib::databases.Harald Eilertsen2019-03-042-0/+42
Set the env var DATABASE_URL before running the server. A .env file in the root of the project is also supported.