Closed stdonnelly closed 2 weeks ago
Human response will now be represented in the database as a single-character enum instead of a string. The enum is also not nullable anymore to make the code a little more concise. 'N' = None, 'R' = Rejection, 'I' = Interview request.
Human response will now be represented in the database as a single-character enum instead of a string. The enum is also not nullable anymore to make the code a little more concise. 'N' = None, 'R' = Rejection, 'I' = Interview request.