cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Allow institution to be nullable #100

Closed Carifio24 closed 10 months ago

Carifio24 commented 10 months ago

There's currently a mismatch between the runtime validation and the Students table schema - in the TS we expect institution to be nullable, but that wasn't the case. I've updated the schema of the table; this PR just keeps our SQL definition file up to date.