cybernetisk / internsystem-v2

A NextJS-based website. Used for public information about Cybernetisk Selskab, and necessary tools for volunteers at the bar/café Escape.
https://cyb.no
MIT License
7 stars 9 forks source link

Fix prisma request for membership creation #62

Closed yrjarv closed 3 weeks ago

yrjarv commented 1 month ago

Resolves #55

Sebbben commented 1 month ago

This change does not fix the issue. The database has the field comments, not comment. To fix this you can instead change this line to comments to get the comments value

yrjarv commented 1 month ago

It does not work in the dev database, however it should work in prod according to https://github.com/cybernetisk/internsystem-v2/issues/55#issuecomment-2377057128 If it is OK for @EricSvebakk I can change the field name in the dev DB, but because I do not have access to the prod DB (as I shouldn' have) I cannot verify if the same change has been made there. Edit: No, I can't alter the column name in dev either. So this one will have to be done by Eric

Sebbben commented 1 month ago

Ahh my b, nvm then

EricSvebakk commented 1 month ago

Due to a merge conflict, I will handle this when I am back from vacation.