Something went wrong while fetching comments. Please try again.
Update Database creation script with fields
Compare changes
@@ -24,7 +24,9 @@ CREATE TABLE CourseEdition (
@@ -176,10 +178,12 @@ CREATE TABLE User (
In this merge request, the createtables.sql script is updated with four new fields: the User table has an explicit gdpr_accepted and gdpr_time field and the CourseEdition table has both a name and a study_year field.