-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use prisma accounts in backend #1109
Conversation
as a simplified way to ensure it does during auth
packages/backend/src/persistence/storage/postgres/doesAccountExist.ts
Outdated
Show resolved
Hide resolved
packages/backend/src/persistence/storage/postgres/doesAccountExist.ts
Outdated
Show resolved
Hide resolved
todo: fix tests by doing the todos in these files: @AlexNi245 maybe you can help with that? I'm having trouble finding the right words to talk to the coding gods. |
packages/delivery-service/src/persistence/account/hasAccount.ts
Outdated
Show resolved
Hide resolved
I tested the full migration process on testing, and it worked nicely. Here are my notes from the test:
We are ready to to this on staging and production next week. |
see #1091