-
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
feature/DPP-1 #119
feature/DPP-1 #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See remarks.
Mainly not really sure about the contactOwner concept. there are also some nullpointer derefs etc.
# Conflicts: # packages/contact-manager/package.json # pnpm-lock.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be based on latest develop, which contains some other Postgresql related migration fixes (see remark).
Adding that single line to the new Postgresql migration file should do it.
Rest is okay, as I rather start refining from here and have something working than having this ticket open for another few weeks :)
packages/data-store/src/migrations/postgres/1690925872592-CreateContacts.ts
Show resolved
Hide resolved
# Conflicts: # packages/data-store/src/index.ts # packages/data-store/src/migrations/generic/index.ts # packages/data-store/src/types/index.ts # pnpm-lock.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.