aboutsummaryrefslogtreecommitdiff
path: root/pkg/database/migrations.go (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-08Renamed TrainStop to simply StopJulien Dessaux1-1/+1
2021-09-08Removed useless user model codeJulien Dessaux1-2/+1
2021-09-07Added logic to fetch train stops data if missing when starting the webserverJulien Dessaux1-1/+1
2021-05-12Added train_stops to schemaJulien Dessaux1-0/+4
2021-05-12Fixed sessions schemaJulien Dessaux1-1/+1
2021-04-13Added a session table and a CreateSession functionJulien Dessaux1-0/+6
2021-04-12Renamed password column to hash in databaseJulien Dessaux1-1/+1
2021-04-12Implemented a user table and the CreateUser functionJulien Dessaux1-0/+8
2021-04-09Began implementing a database backendJulien Dessaux1-0/+19