Skip to content

Modify database table creation script

Otto Visser requested to merge backend_database_update into master

In this merge request, the createtables.sql is modified to incorporate the requested changes by the client, which includes the following:

  • A table to save notes from the student when giving interest
  • A field which specifies whether the student has TAd the course last year

Moreover, there is a minor fix in the primary key of the Limits table, which now also includes the year and quarter.

Merge request reports