kir-dev / tanulo-next

:books: Közös tanuláshoz partnerkeresést segítő alkalmazás
https://tanulo.sch.bme.hu
MIT License
9 stars 4 forks source link

make email nullable in user schema #984

Closed Tschonti closed 6 months ago

Tschonti commented 6 months ago

AuthSCH doesn't always send the email address of a user. Since this data isn't too important in this app and we don't use it to identify users, we can still create the user.

Let's hope that ChatGPT knows how knex works, because I certainly don't remember.